UNPKG

chrome-location2

Version:

Approximates the current location of the Chrome browser across platforms.

10 lines (9 loc) 230 B
type FsLike = { existsSync: (path: string) => boolean; }; type Deps = { fs?: FsLike; env?: NodeJS.ProcessEnv; }; export default function scanWindowsPath(allowFallback?: boolean, deps?: Deps): string | null; export {};