UNPKG

electron-rebuild

Version:

Electron supporting package to rebuild native node modules against the currently installed electron

8 lines (7 loc) 390 B
declare type ExpectRebuildOptions = { buildType?: string; metaShouldExist?: boolean; }; export declare function expectNativeModuleToBeRebuilt(basePath: string, modulePath: string, options?: ExpectRebuildOptions): Promise<void>; export declare function expectNativeModuleToNotBeRebuilt(basePath: string, modulePath: string, options?: ExpectRebuildOptions): Promise<void>; export {};