Sign in
nginx
/
njs
/
801eeb293d541561dd99077a8fcbee20c2d2c254
/
.
/
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
;