aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts b/sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts
deleted file mode 100644
index a9141c3d..00000000
--- a/sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import type AjvCore from "../core";
-import type { AnyValidateFunction } from "../types";
-declare function standaloneCode(ajv: AjvCore, refsOrFunc?: {
- [K in string]?: string;
-} | AnyValidateFunction): string;
-export default standaloneCode;