Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
@puppeteer
/
browsers
/
lib
/
debug.d.ts
blob: da17ed2c11d79399e0401459e3f2add0d3e98818 [
file
]
/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
export
declare
const
debug
:
(
prefix
:
string
)
=>
((
msg
:
string
,
...
param
:
unknown
[])
=>
void
)
|
undefined
;
//# sourceMappingURL=debug.d.ts.map