Urara-Blog/node_modules/.pnpm-store/v3/files/47/75eba46dc78fc0f7477e79ef00c78e432875a20344103c7d33f38191f9ba2072c9588edc45cf71d628715d355d9738ef93de9a0f0664109615ae0c3c5bd031
2022-08-14 01:14:53 +08:00

12 lines
No EOL
343 B
Text

"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