summaryrefslogtreecommitdiff
path: root/node_modules/fast-json-stable-stringify/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fast-json-stable-stringify/index.d.ts')
-rw-r--r--node_modules/fast-json-stable-stringify/index.d.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/fast-json-stable-stringify/index.d.ts b/node_modules/fast-json-stable-stringify/index.d.ts
deleted file mode 100644
index 23e46ca..0000000
--- a/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;
-}