UNPKG

kui-shell

Version:

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

7 lines (6 loc) 295 B
import { Commands, REPL } from '@kui-shell/core'; declare class ProxyEvaluator implements REPL.ReplEval { name: string; apply(command: string, execOptions: Commands.ExecOptions, evaluator: Commands.Evaluator, args: Commands.Arguments): Promise<unknown>; } export default ProxyEvaluator;