UNPKG

@photostructure/tz-lookup

Version:
9 lines (7 loc) 225 B
/** * 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;