UNPKG

kui-shell

Version:

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

3 lines (2 loc) 215 B
import { CommandHandlerWithEvents, CommandTreeResolution } from '../models/command'; export declare function isSuccessfulCommandResolution(resolution: CommandTreeResolution): resolution is CommandHandlerWithEvents;