aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/jtd/union.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/jtd/union.js')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/jtd/union.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/jtd/union.js b/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/jtd/union.js
deleted file mode 100644
index 01a94399..00000000
--- a/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/jtd/union.js
+++ /dev/null
@@ -1,12 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-const code_1 = require("../code");
-const def = {
- keyword: "union",
- schemaType: "array",
- trackErrors: true,
- code: code_1.validateUnion,
- error: { message: "must match a schema in union" },
-};
-exports.default = def;
-//# sourceMappingURL=union.js.map \ No newline at end of file