UNPKG

kui-shell

Version:

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

3 lines (2 loc) 201 B
export declare const withRetryOnCode: (code: number) => <T>(fn: () => Promise<T>, cmd: string) => Promise<T>; export declare const withRetryOn404: <T>(fn: () => Promise<T>, cmd: string) => Promise<T>;