UNPKG

@electron/get

Version:

Utility for downloading artifacts from different versions of Electron

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