UNPKG

electron-chrome-web-store

Version:

Install and update Chrome extensions from the Chrome Web Store for Electron

5 lines (4 loc) 256 B
export declare const fetch: typeof globalThis.fetch; export declare const getChromeVersion: () => string; export declare function compareVersions(version1: string, version2: string): 0 | 1 | -1; export declare const getDefaultExtensionsPath: () => string;