aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/fast-json-stable-stringify/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/fast-json-stable-stringify/index.d.ts')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/fast-json-stable-stringify/index.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/fast-json-stable-stringify/index.d.ts b/sandbox/testAppNevena/Front/node_modules/fast-json-stable-stringify/index.d.ts
new file mode 100644
index 00000000..23e46caf
--- /dev/null
+++ b/sandbox/testAppNevena/Front/node_modules/fast-json-stable-stringify/index.d.ts
@@ -0,0 +1,4 @@
+declare module 'fast-json-stable-stringify' {
+ function stringify(obj: any): string;
+ export = stringify;
+}