Sign in
chromium
/
devtools
/
devtools-frontend
/
2ec237cea2f63f07659729f2c84a004900b87fb6
/
.
/
node_modules
/
fast-json-stable-stringify
/
index.d.ts
blob: 23e46cafc140a3ed99104ba1997f34b2414f9ef4 [
file
] [
log
] [
blame
]
declare
module
'fast-json-stable-stringify'
{
function
stringify
(
obj
:
any
):
string
;
export
=
stringify
;
}