UNPKG

electron-rebuild

Version:

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

6 lines (5 loc) 346 B
export declare const MINUTES_IN_MILLISECONDS: number; export declare const TIMEOUT_IN_MILLISECONDS: number; export declare function resetMSVSVersion(): void; export declare function resetTestModule(testModulePath: string, installModules?: boolean): Promise<void>; export declare function cleanupTestModule(testModulePath: string): Promise<void>;