UNPKG

release-installer

Version:
4 lines (3 loc) 229 B
import type { ReleaseInfo } from './index.js'; export declare function fetchReleaseInfo(repo: string, version: string): Promise<ReleaseInfo>; export declare function downloadAsset(url: string, outputPath: string): Promise<void>;