diff options
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.ts | 4 |
1 files changed, 0 insertions, 4 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 deleted file mode 100644 index 23e46caf..00000000 --- a/sandbox/testAppNevena/Front/node_modules/fast-json-stable-stringify/index.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -declare module 'fast-json-stable-stringify' { - function stringify(obj: any): string; - export = stringify; -} |