UNPKG

sorting-algo-ts

Version:

Sort multiple types of data structures using Bubble Sort.

8 lines (7 loc) 282 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var commander_1 = require("commander"); var start_1 = require("./commands/start"); commander_1.program.addCommand(start_1.startCommand); commander_1.program.parse(process.argv);