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.
2 parents df0f452 + 889e356 commit b44c9daCopy full SHA for b44c9da
index.d.ts
@@ -27,10 +27,6 @@ export class LocationError extends Error {
27
code: LocationErrorCode;
28
}
29
30
-export class LocationError extends Error {
31
- code: LocationErrorCode;
32
-}
33
-
34
export default class GetLocation {
35
static getCurrentPosition(options: GetCurrentPositionOptions): Promise<Location>;
36
0 commit comments