UNPKG

electron-builder-lib

Version:
5 lines (4 loc) 255 B
import { Configuration } from "../configuration"; import { Framework } from "../Framework"; import { Packager } from "../index"; export declare function createElectronFrameworkSupport(configuration: Configuration, packager: Packager): Promise<Framework>;