@gkalpak/cli-utils
Version:
A private collection of utilities for developing cli tools.
10 lines • 724 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.testingUtils = exports.processUtils = exports.commandUtils = void 0;
var command_utils_1 = require("./command-utils");
Object.defineProperty(exports, "commandUtils", { enumerable: true, get: function () { return command_utils_1.commandUtils; } });
var process_utils_1 = require("./process-utils");
Object.defineProperty(exports, "processUtils", { enumerable: true, get: function () { return process_utils_1.processUtils; } });
var testing_utils_1 = require("./testing-utils");
Object.defineProperty(exports, "testingUtils", { enumerable: true, get: function () { return testing_utils_1.testingUtils; } });
//# sourceMappingURL=index.js.map