UNPKG

kui-shell

Version:

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

7 lines (6 loc) 190 B
declare const _default: () => { getItem: (key: string) => string; setItem: (key: string, val: string) => string; removeItem: (key: string) => string; }; export default _default;