UNPKG

ts2typebox

Version:

Creates TypeBox code from Typescript code

6 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ts2typebox = void 0; var programmatic_usage_1 = require("./programmatic-usage"); Object.defineProperty(exports, "ts2typebox", { enumerable: true, get: function () { return programmatic_usage_1.ts2typebox; } }); //# sourceMappingURL=index.js.map