craydent-cli
Version:
Node module to manage command line execution and arguments
12 lines (11 loc) • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CLI = void 0;
const __common_1 = require("./private/__common");
if (typeof global == 'undefined') {
window.global = window;
}
__common_1.scope.eval = str => eval(str);
//#region dependencies
const CLI = require('./methods/cli').default;
exports.CLI = CLI;