kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
7 lines • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var server_1 = require("./pty/server");
exports.main = server_1.main;
var stdio_channel_1 = require("./pty/stdio-channel");
exports.StdioChannelWebsocketSide = stdio_channel_1.StdioChannelWebsocketSide;
//# sourceMappingURL=index.js.map