UNPKG

electron-rebuild

Version:

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

3 lines (2 loc) 230 B
export declare const cacheModuleState: (dir: string, cachePath: string, key: string) => Promise<void>; export declare const lookupModuleState: (cachePath: string, key: string) => Promise<false | ((dir: string) => Promise<void>)>;