UNPKG

kui-shell

Version:

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

10 lines (9 loc) 299 B
import Commands from '@kui-shell/core/api/commands'; interface Version { name: string; version: string; installedOn: Date; } export declare function getVersion(plugin: string): Promise<Version>; declare const _default: (commandTree: Commands.Registrar) => void; export default _default;