We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb7651 commit c14306cCopy full SHA for c14306c
index.d.ts
@@ -0,0 +1,4 @@
1
+declare module 'fast-json-stable-stringify' {
2
+ function stringify(obj: any): string;
3
+ export = stringify;
4
+}
0 commit comments