UNPKG
@photostructure/tz-lookup
Version:
latest (11.2.0)
11.2.0
11.1.0
11.0.0
10.0.0
9.0.2
9.0.1
9.0.0
8.0.0
7.0.0
fast time zone lookup
github.com/photostructure/tz-lookup
photostructure/tz-lookup
@photostructure/tz-lookup
/
index.d.ts
9 lines
(7 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Look up the timezone for a given latitude and longitude. * *
@throws
{
Error
} if the latitude or longitude are invalid */
declare
function
tz_lookup
(
latitude
:
number
,
longitude
:
number
):
string
;
export
= tz_lookup;