UNPKG

schema2typebox

Version:

Creates typebox code from JSON schemas

8 lines 214 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cli_1 = require("./cli"); (async () => { await (0, cli_1.runCli)(); })(); //# sourceMappingURL=index.js.map