UNPKG

smh-ajv-utils

Version:
7 lines (6 loc) 500 B
"use strict"; 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; } });