UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

9 lines (8 loc) 278 B
import { Table } from '../webapp/models/table'; /** * Return a table view of the commands offered by the given plugin * * @param plugin the name of an installed plugin, e.g. plugin-core-support * */ export default function commandsOffered(plugin?: string): Promise<Table>;