schema2typebox
Version:
Creates typebox code from JSON schemas
6 lines • 341 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.schema2typebox = void 0;
var programmatic_usage_1 = require("./programmatic-usage");
Object.defineProperty(exports, "schema2typebox", { enumerable: true, get: function () { return programmatic_usage_1.schema2typebox; } });
//# sourceMappingURL=index.js.map
;