UNPKG

electron-builder

Version:

A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box

3 lines (2 loc) 152 B
export declare function checkIsOutdated(): Promise<void>; export declare function wrap(task: (args: any) => Promise<any>): (args: any) => Promise<any>;