UNPKG

kui-shell

Version:

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

12 lines (11 loc) 214 B
interface Param { command: string; expect: string; exact: boolean; } export declare class TestStringResponse { readonly param: Param; constructor(param: Param); string(): void; } export {};