UNPKG

kui-shell

Version:

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

4 lines (3 loc) 207 B
export declare const compile: (pluginRoot?: string, externalOnly?: boolean) => Promise<void>; export declare function compileUserInstalled(pluginToBeRemoved?: string): Promise<void>; export default compile;