UNPKG

286 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const Console_1 = require("./Console");
4class CLI extends Console_1.Console {
5 constructor(options, exe, args) {
6 super(options, exe, args);
7 }
8}
9exports.CLI = CLI;
10//# sourceMappingURL=CLI.js.map
\No newline at end of file