aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/ajv/lib/runtime/re2.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/ajv/lib/runtime/re2.ts')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/ajv/lib/runtime/re2.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/ajv/lib/runtime/re2.ts b/sandbox/testAppNevena/Front/node_modules/ajv/lib/runtime/re2.ts
deleted file mode 100644
index 0c769bc7..00000000
--- a/sandbox/testAppNevena/Front/node_modules/ajv/lib/runtime/re2.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import * as re2 from "re2"
-
-type Re2 = typeof re2 & {code: string}
-;(re2 as Re2).code = 'require("ajv/dist/runtime/re2").default'
-
-export default re2 as Re2