UNPKG
@stacktrace-lite/core
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
> Parse, filter, and format JavaScript stack traces with plugins for browsers and Node.js.
@stacktrace-lite/core
/
dist
/
devtoolsOverlay.d.ts
4 lines
(3 loc)
•
87 B
TypeScript
View Raw
1
2
3
4
export
declare
function
installDevtoolsOverlay
(
options
?: { filter?:
any
; }
):
void
;