UNPKG

@electron/packager

Version:

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

4 lines (3 loc) 162 B
import yargs from 'yargs-parser'; export declare function parseArgs(argv: string[]): yargs.Arguments; export declare function run(argv: string[]): Promise<void>;