UNPKG

kui-shell

Version:

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

9 lines (8 loc) 223 B
declare const _default: (monaco: any) => { language: string; provider: { triggerCharacters: string[]; provideCompletionItems: (model: any, position: any) => any[]; }; }; export default _default;