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, 3 insertions, 0 deletions
diff --git a/backend/node_modules/es-errors/syntax.d.ts b/backend/node_modules/es-errors/syntax.d.ts
new file mode 100644
index 0000000..6a0c53c
--- /dev/null
+++ b/backend/node_modules/es-errors/syntax.d.ts
@@ -0,0 +1,3 @@
+declare const SyntaxError: SyntaxErrorConstructor;
+
+export = SyntaxError;