jarvis/node_modules/@electron/rebuild/lib/electron-locator.d.ts
2026-04-13 22:01:33 +02:00

2 lines
139 B
TypeScript

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