Skip to content

Commit b44c9da

Browse files
Merge pull request #23 from bradchristensen/patch-1
Fix a duplicated type definition
2 parents df0f452 + 889e356 commit b44c9da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ export class LocationError extends Error {
2727
code: LocationErrorCode;
2828
}
2929

30-
export class LocationError extends Error {
31-
code: LocationErrorCode;
32-
}
33-
3430
export default class GetLocation {
3531
static getCurrentPosition(options: GetCurrentPositionOptions): Promise<Location>;
3632
}

0 commit comments

Comments
 (0)