Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
devtools
/
devtools-frontend
/
c8f6ffd7c303d108cc983af7deea3b4bd46870f1
/
.
/
node_modules
/
fast-json-stable-stringify
/
index.d.ts
blob: 23e46cafc140a3ed99104ba1997f34b2414f9ef4 [
file
] [
log
] [
blame
]
Tim van der Lippe
c8f6ffd
2020-04-06 13:42:00 +0100
[
diff
] [
blame^
]
1
declare
module
'fast-json-stable-stringify'
{
2
function
stringify
(
obj
:
any
):
string
;
3
export
=
stringify
;
4
}