# Installation
> `npm install --save @types/tz-lookup`

# Summary
This package contains type definitions for tz-lookup (https://github.com/darkskyapp/tz-lookup#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tz-lookup.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tz-lookup/index.d.ts)
````ts
declare function tz_lookup(lat: number, long: number): string;
export = tz_lookup;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: none

# Credits
These definitions were written by [Ulf Winkelvos](https://github.com/uwinkelvos).
