Files
Remote-Control-Center/mc_test/node_modules/app-builder-lib/out/binDownload.d.ts
2025-11-25 09:56:15 +03:00

5 lines
454 B
TypeScript
Executable File

export declare function download(url: string, output: string, checksum?: string | null): Promise<void>;
export declare function getBinFromCustomLoc(name: string, version: string, binariesLocUrl: string, checksum: string): Promise<string>;
export declare function getBinFromUrl(name: string, version: string, checksum: string): Promise<string>;
export declare function getBin(name: string, url?: string | null, checksum?: string | null): Promise<string>;