DefinitelyTyped/types/tz-lookup/index.d.ts
2020-01-08 11:04:45 -08:00

8 lines
313 B
TypeScript

// Type definitions for tz-lookup 6.1
// Project: https://github.com/darkskyapp/tz-lookup#readme
// Definitions by: Ulf Winkelvos <https://github.com/uwinkelvos>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function tz_lookup(lat: number, long: number): string;
export = tz_lookup;