mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 14:19:29 +08:00
12 lines
No EOL
354 B
Text
12 lines
No EOL
354 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const items_1 = require("./items");
|
|
const def = {
|
|
keyword: "prefixItems",
|
|
type: "array",
|
|
schemaType: ["array"],
|
|
before: "uniqueItems",
|
|
code: (cxt) => (0, items_1.validateTuple)(cxt, "items"),
|
|
};
|
|
exports.default = def;
|
|
//# sourceMappingURL=prefixItems.js.map |