UNPKG

electron-chrome-web-store

Version:

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

7 lines (6 loc) 287 B
import { WebStoreState } from './types'; /** * Check session's loaded extensions for updates and install any if available. */ export declare function updateExtensions(session?: Electron.Session): Promise<void>; export declare function initUpdater(state: WebStoreState): Promise<void>;