UNPKG

255 BTypeScriptView Raw
1import { Configuration } from "../configuration";
2import { Framework } from "../Framework";
3import { Packager } from "../index";
4export declare function createElectronFrameworkSupport(configuration: Configuration, packager: Packager): Promise<Framework>;