UNPKG

kui-shell

Version:

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

4 lines (3 loc) 167 B
import { CustomSpec } from './sidecar-core'; import { Entity } from '../../models/entity'; export declare function isCustomSpec(entity: Entity): entity is CustomSpec;