json-schema-to-ts
Version:
Infer typescript types from your JSON schemas!
26 lines (24 loc) • 582 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "asConst", {
enumerable: true,
get: function get() {
return _utils.asConst;
}
});
Object.defineProperty(exports, "wrapCompilerAsTypeGuard", {
enumerable: true,
get: function get() {
return _utils.wrapCompilerAsTypeGuard;
}
});
Object.defineProperty(exports, "wrapValidatorAsTypeGuard", {
enumerable: true,
get: function get() {
return _utils.wrapValidatorAsTypeGuard;
}
});
var _utils = require("./utils");
//# sourceMappingURL=index.js.map