UNPKG

@electron/get

Version:

Utility for downloading artifacts from different versions of Electron

5 lines (4 loc) 321 B
import { ElectronArtifactDetails } from './types'; export declare function getArtifactFileName(details: ElectronArtifactDetails): string; export declare function getArtifactRemoteURL(details: ElectronArtifactDetails): Promise<string>; export declare function getArtifactVersion(details: ElectronArtifactDetails): string;