UNPKG

kui-shell

Version:

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

3 lines (2 loc) 208 B
export declare const tellMain: (message: string | Record<string, any>, channel?: "synchronous-message" | "asynchronous-message") => Promise<unknown>; export declare const init: (prefs?: {}) => Promise<void>;