UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

7 lines (6 loc) 259 B
export declare namespace Plugins { const compile: (pluginToBeRemoved?: string) => Promise<void>; const userHome: () => Promise<string>; const commandsOffered: (plugin?: string) => Promise<import("./table-models").Table>; } export default Plugins;