UNPKG

@electron/get

Version:

Utility for downloading artifacts from different versions of Electron

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