5 lines
233 B
TypeScript
5 lines
233 B
TypeScript
/**
|
|
* Polyfills `navigator.geolocation` for interop with the core React Native and Web API approach to geolocation.
|
|
*/
|
|
export declare function installWebGeolocationPolyfill(): void;
|
|
//# sourceMappingURL=GeolocationPolyfill.d.ts.map
|