We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dd31f commit adb147eCopy full SHA for adb147e
src/geolocation/index.ts
@@ -2,6 +2,7 @@ export {
2
getGeolocationProvider,
3
GeolocationProvider,
4
Geolocation,
5
+ GeolocationLike,
6
AcquireOptions,
7
StreamOptions,
8
} from "../internal/geolocation";
src/internal/geolocation/index.ts
@@ -55,7 +55,7 @@ export interface StreamOptions extends AcquireOptions {
55
saveBattery?: boolean;
56
}
57
58
-export { Geolocation } from "./geolocation";
+export { Geolocation, GeolocationLike } from "./geolocation";
59
60
function geolocationOptionsToPluginOptions(
61
options: AcquireOptions | StreamOptions
0 commit comments