aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/set-function-length/env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'backend/node_modules/set-function-length/env.d.ts')
-rw-r--r--backend/node_modules/set-function-length/env.d.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/backend/node_modules/set-function-length/env.d.ts b/backend/node_modules/set-function-length/env.d.ts
deleted file mode 100644
index 970ea53..0000000
--- a/backend/node_modules/set-function-length/env.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-declare const env: {
- __proto__: null,
- boundFnsHaveConfigurableLengths: boolean;
- boundFnsHaveWritableLengths: boolean;
- functionsHaveConfigurableLengths: boolean;
- functionsHaveWritableLengths: boolean;
-};
-
-export = env; \ No newline at end of file