aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/es-errors/syntax.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'backend/node_modules/es-errors/syntax.d.ts')
-rw-r--r--backend/node_modules/es-errors/syntax.d.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/backend/node_modules/es-errors/syntax.d.ts b/backend/node_modules/es-errors/syntax.d.ts
deleted file mode 100644
index 6a0c53c..0000000
--- a/backend/node_modules/es-errors/syntax.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-declare const SyntaxError: SyntaxErrorConstructor;
-
-export = SyntaxError;