UNPKG

chrome-location2

Version:

Approximates the current location of the Chrome browser across platforms.

9 lines (8 loc) 206 B
type WhichLike = { sync: (cmd: string) => string; }; type Deps = { which?: WhichLike; }; export default function scanUnknownPlatform(allowFallback?: boolean, deps?: Deps): string | null; export {};