smh-ajv-utils
Version:
AJV additional Keywords and Formats
7 lines (6 loc) • 500 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ajvCustomKeywordsRegistry = exports.ajvCustomFormatsRegistry = void 0;
const functions_1 = require("./functions");
Object.defineProperty(exports, "ajvCustomFormatsRegistry", { enumerable: true, get: function () { return functions_1.ajvCustomFormatsRegistry; } });
Object.defineProperty(exports, "ajvCustomKeywordsRegistry", { enumerable: true, get: function () { return functions_1.ajvCustomKeywordsRegistry; } });