@zowe/imperative
Version:
framework for building configurable CLIs
20 lines • 944 B
JavaScript
;
/*
* This program and the accompanying materials are made available under the terms of the
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Copyright Contributors to the Zowe Project.
*
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.update = exports.uninstall = exports.install = void 0;
var install_1 = require("./install");
Object.defineProperty(exports, "install", { enumerable: true, get: function () { return install_1.install; } });
var uninstall_1 = require("./uninstall");
Object.defineProperty(exports, "uninstall", { enumerable: true, get: function () { return uninstall_1.uninstall; } });
var update_1 = require("./update");
Object.defineProperty(exports, "update", { enumerable: true, get: function () { return update_1.update; } });
//# sourceMappingURL=index.js.map