Sign in
nginx
/
njs
/
60c2119ddd4de4e9dc296bc7b9da0d687f51cfa9
/
.
/
ts
/
njs_shell.d.ts
blob: e818025848148db6b9874828ad5eced28393d650 [
file
] [
log
] [
blame
]
/// <reference path="index.d.ts" />
interface
Console
{
log
(...
args
:
any
[]):
void
;
dump
(...
args
:
any
[]):
void
;
time
(
label
?:
NjsStringLike
):
void
;
timeEnd
(
label
?:
NjsStringLike
):
void
;
}
declare
const
console
:
Console
;