Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@tootallnate
/
quickjs-emscripten
/
dist
/
debug.d.ts
blob: f64be56b54754fbc45c9383044a25365a23fe16a [
file
] [
log
] [
blame
]
export
declare
const
QTS_DEBUG
:
boolean
;
export
declare
let
debugLog
:
{
(...
data
:
any
[]):
void
;
(
message
?:
any
,
...
optionalParams
:
any
[]):
void
;
};