UNPKG

@electron/rebuild

Version:

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

7 lines (6 loc) 243 B
import { NativeModule } from '../index.js'; export declare class NodeGyp extends NativeModule { buildArgs(prefixedArgs: string[]): Promise<string[]>; buildArgsFromBinaryField(): Promise<string[]>; rebuildModule(): Promise<void>; }