UNPKG

exiftool-vendored

Version:
6 lines (5 loc) 173 B
import { Maybe } from "./Maybe"; /** * @throws if the given latitude and longitude are invalid. */ export declare function geoTz(lat: number, lon: number): Maybe<string>;