NeahNew/node_modules/@electron/rebuild/lib/electron-locator.d.ts
2025-05-06 22:43:27 +02:00

2 lines
139 B
TypeScript

export declare function locateElectronModule(projectRootPath?: string | undefined, startDir?: string | undefined): Promise<string | null>;