aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts b/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts
deleted file mode 100644
index fa2f2b81..00000000
--- a/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import type { CodeKeywordDefinition } from "../../types";
-import type { KeywordCxt } from "../../compile/validate";
-declare const def: CodeKeywordDefinition;
-export declare function dynamicRef(cxt: KeywordCxt, ref: string): void;
-export default def;