@types/jstimezonedetect
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -8,4 +8,4 @@ // Type definitions for jsTimezoneDetect 1.0 | ||
name(): string; | ||
} | ||
}; | ||
export as namespace jstz; |
{ | ||
"name": "@types/jstimezonedetect", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "TypeScript definitions for jsTimezoneDetect", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jstimezonedetect", | ||
"license": "MIT", | ||
@@ -22,4 +23,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "68a6cead9b9f4c044257b2ca04748a86680104ac16444abe1028cba0aae74384", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "432d51870dc61014b81f2a7c231d01639089540c974c1789d5a4b7db6bd24569", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -9,5 +9,19 @@ # Installation | ||
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 | ||
// Type definitions for jsTimezoneDetect 1.0 | ||
// Project: https://github.com/pellepim/jstimezonedetect | ||
// Definitions by: Olivier Lamothe <https://github.com/olamothe> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export function determine(usingIntl?: boolean): { | ||
name(): string; | ||
}; | ||
export as namespace jstz; | ||
```` | ||
### Additional Details | ||
* Last updated: Tue, 27 Oct 2020 09:31:48 GMT | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Dependencies: none | ||
@@ -14,0 +28,0 @@ * Global values: `jstz` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3298
0
31