Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
fast-json-stable-stringify
/
index.d.ts
blob: 23e46cafc140a3ed99104ba1997f34b2414f9ef4 [
file
] [
log
] [
blame
] [
edit
]
declare
module
'fast-json-stable-stringify'
{
function
stringify
(
obj
:
any
):
string
;
export
=
stringify
;
}