UNPKG

s2-tools

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

13 lines 295 B
declare global { /** * Declare the navigator interface for those outside the browser */ interface navigator { userAgent: string; platform: string; gpu?: GPU; hardwareConcurrency: number; } } export {}; //# sourceMappingURL=navigator.d.ts.map