1 line
139 B
TypeScript
1 line
139 B
TypeScript
export declare function locateElectronModule(projectRootPath?: string | undefined, startDir?: string | undefined): Promise<string | null>;
|