UNPKG

cnpmcore

Version:
7 lines (6 loc) 297 B
import { BinaryName } from '../../../../config/binaries'; import { FetchResult } from './AbstractBinary'; import { GithubBinary } from './GithubBinary'; export declare class ElectronBinary extends GithubBinary { fetch(dir: string, binaryName?: BinaryName): Promise<FetchResult | undefined>; }