template-project/node_modules/exiftool-vendored/dist/GeoTz.d.ts
2025-05-30 18:13:30 +08:00

6 lines
173 B
TypeScript

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