UNPKG

@electron/packager

Version:

Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI

2 lines (1 loc) 95 B
export declare function extractElectronZip(zipPath: string, targetDir: string): Promise<void>;