diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/re2.d.ts')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/re2.d.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/re2.d.ts b/sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/re2.d.ts new file mode 100644 index 00000000..b49306ff --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/re2.d.ts @@ -0,0 +1,6 @@ +import * as re2 from "re2"; +declare type Re2 = typeof re2 & { + code: string; +}; +declare const _default: Re2; +export default _default; |