UNPKG

electron-rebuild

Version:

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

8 lines (7 loc) 257 B
import { NativeModule } from '.'; export declare class NodeGyp extends NativeModule { buildArgs(prefixedArgs: string[]): Promise<string[]>; buildArgsFromBinaryField(): Promise<string[]>; rebuildModule(): Promise<void>; private restoreEnv; }