UNPKG
@hamset/maidenhead-locator
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.0
Maidenhead grid locator and WGS84 coordinate calculation and transformation
@hamset/maidenhead-locator
/
dist
/
index.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
export
{ validateGridLocator, maidenheadToWGS84,
WGS84ToMaidenhead
, maidenheadToBoundingBox, }
from
'./maidenhead'
;
export
*
from
'./types'
;