@types/jstimezonedetect
Version:
TypeScript definitions for jstimezonedetect
25 lines (18 loc) • 736 B
Markdown
# Installation
> `npm install --save @types/jstimezonedetect`
# Summary
This package contains type definitions for jstimezonedetect (https://github.com/pellepim/jstimezonedetect).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jstimezonedetect.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jstimezonedetect/index.d.ts)
````ts
export function determine(usingIntl?: boolean): {
name(): string;
};
export as namespace jstz;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
# Credits
These definitions were written by [Olivier Lamothe](https://github.com/olamothe).