UNPKG

edge-location

Version:

Approximates the current location of the Edge browser across platforms.

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