mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 18:29:30 +08:00
10 lines
No EOL
325 B
Text
10 lines
No EOL
325 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const dynamicRef_1 = require("./dynamicRef");
|
|
const def = {
|
|
keyword: "$recursiveRef",
|
|
schemaType: "string",
|
|
code: (cxt) => (0, dynamicRef_1.dynamicRef)(cxt, cxt.schema),
|
|
};
|
|
exports.default = def;
|
|
//# sourceMappingURL=recursiveRef.js.map |