aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/ajv/dist/compile/validate/applicability.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/ajv/dist/compile/validate/applicability.d.ts')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/ajv/dist/compile/validate/applicability.d.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/ajv/dist/compile/validate/applicability.d.ts b/sandbox/testAppNevena/Front/node_modules/ajv/dist/compile/validate/applicability.d.ts
deleted file mode 100644
index 165d375d..00000000
--- a/sandbox/testAppNevena/Front/node_modules/ajv/dist/compile/validate/applicability.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import type { AnySchemaObject } from "../../types";
-import type { SchemaObjCxt } from "..";
-import type { JSONType, RuleGroup, Rule } from "../rules";
-export declare function schemaHasRulesForType({ schema, self }: SchemaObjCxt, type: JSONType): boolean | undefined;
-export declare function shouldUseGroup(schema: AnySchemaObject, group: RuleGroup): boolean;
-export declare function shouldUseRule(schema: AnySchemaObject, rule: Rule): boolean | undefined;