json-schema-to-ts
Version:
Infer typescript types from your JSON schemas!
22 lines (19 loc) • 514 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "wrapCompilerAsTypeGuard", {
enumerable: true,
get: function get() {
return _compiler.wrapCompilerAsTypeGuard;
}
});
Object.defineProperty(exports, "wrapValidatorAsTypeGuard", {
enumerable: true,
get: function get() {
return _validator.wrapValidatorAsTypeGuard;
}
});
var _compiler = require("./compiler");
var _validator = require("./validator");
//# sourceMappingURL=index.js.map