UNPKG

kui-shell

Version:

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

4 lines (3 loc) 184 B
/// <reference types="node" /> export declare const fetchFile: (url: string) => Promise<(string | Buffer)[]>; export declare const fetchFileString: (url: string) => Promise<string[]>;