stuff
This commit is contained in:
3
buildfiles/node_modules/app-builder-lib/out/binDownload.d.ts
generated
vendored
Normal file
3
buildfiles/node_modules/app-builder-lib/out/binDownload.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
export declare function download(url: string, output: string, checksum?: string | null): Promise<void>;
|
||||
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>;
|
Reference in New Issue
Block a user