UNPKG

oral-ts

Version:

a testing framework for typescript

16 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.basicArg = void 0; var basicArg = function (args) { if (args["--version"] === true) { console.log("👉 @ral v0.0.0 beta"); return true; } else if (args["--help"] === true) { console.log("this is help"); return true; } return false; }; exports.basicArg = basicArg; //# sourceMappingURL=basicArgs.js.map