UNPKG

electron-devtools-installer

Version:

An easy way to install Dev Tools extensions into Electron applications

5 lines (4 loc) 178 B
export declare const downloadChromeExtension: (chromeStoreID: string, { forceDownload, attempts, }?: { forceDownload?: boolean; attempts?: number; }) => Promise<string>;