UNPKG

@terascope/fetch-github-release

Version:

Download a specific release from github

3 lines 194 B
import { Writable } from 'node:stream'; export declare function download(url: string, w: Writable, progress?: (percentage: number) => void): Promise<void>; //# sourceMappingURL=download.d.ts.map