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