Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
devtools
/
devtools-frontend
/
74af6f82c6cad0a86ecebd681e4c28f19c8b01b2
/
.
/
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
}