jet-schema
Version:
Simple, typescript-first schema validation tool
10 lines • 419 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.schema = void 0;
const jetSchema_1 = __importDefault(require("./jetSchema"));
exports.schema = (0, jetSchema_1.default)();
exports.default = jetSchema_1.default;
//# sourceMappingURL=index.js.map