mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
8 lines
313 B
TypeScript
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;
|