UNPKG
@iamevan/electron-chrome-web-store
Version:
latest (0.13.5)
0.13.5
0.13.4
0.13.3
0.13.1
0.13.0
0.11.2
0.11.1
0.11.0
0.10.0
Install and update Chrome extensions from the Chrome Web Store for Electron
@iamevan/electron-chrome-web-store
/
dist
/
types
/
browser
/
updater.d.ts
7 lines
(6 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
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
>;