@easy-install/easy-install
Version:
13 lines (12 loc) • 560 B
TypeScript
export declare const NAME = "ei";
export declare const DIR_NAME = ".easy-install";
export declare const CLI_DIR: string;
export declare const EI_DIR: string;
export declare const EI_BIN_PATH: string;
export declare function getFetchOption(): {
headers: Record<string, string>;
};
export declare function downloadBinary(url: string): Promise<ArrayBuffer>;
export declare function getBinName(bin: string): string;
export declare function setupEi(): Promise<string | undefined>;
export declare function runEi(args?: string[], quiet?: boolean): Promise<void>;