UNPKG

ts-node

Version:

TypeScript execution environment and REPL for node.js, with source map support

6 lines 217 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const bin_1 = require("./bin"); bin_1.main(undefined, { '--script-mode': true }); //# sourceMappingURL=bin-script.js.map