UNPKG

kui-shell

Version:

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

11 lines (10 loc) 260 B
import { Tables } from '@kui-shell/core'; export declare class TestTable { command: string; testName: string; constructor(test: { command: string; testName?: string; }); drilldownFromREPL(expectTable: Tables.Table): void; }