UNPKG

kui-shell

Version:

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

10 lines (9 loc) 387 B
export declare const reallyLong: (str: any) => boolean; export declare const handleNonZeroExitCode: (command: string, exitCode: number, rawOut: string, rawErr: string, execOptions: any, parentNode?: Element) => { type: string; prettyType: string; isEntity: boolean; subtext: string | Element | Promise<string | Element>; name: string; content: HTMLDivElement; };