@k8ts/instruments
Version:
A collection of utilities and core components for k8ts.
7 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CmdBuilder = exports.Cmd = void 0;
var cli_command_1 = require("./cli-command");
Object.defineProperty(exports, "Cmd", { enumerable: true, get: function () { return cli_command_1.Cmd; } });
Object.defineProperty(exports, "CmdBuilder", { enumerable: true, get: function () { return cli_command_1.CmdBuilder; } });
//# sourceMappingURL=index.js.map