@types/countries-and-timezones
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,3 @@ // Type definitions for countries-and-timezones 2.0 | ||
// Piotr Okoński <https://github.com/pokonski> | ||
// Kanitkorn Sujautra <https://github.com/lukyth> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -26,5 +27,5 @@ | ||
export function getTimezone(name: string): Timezone; | ||
export function getAllCountries(): Country[]; | ||
export function getAllTimezones(): Timezone[]; | ||
export function getAllCountries(): { [id: string]: Country }; | ||
export function getAllTimezones(): { [name: string]: Timezone }; | ||
export function getCountryForTimezone(name: string): Country; | ||
export function getTimezonesForCountry(id: string): Timezone[]; |
{ | ||
"name": "@types/countries-and-timezones", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for countries-and-timezones", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "pokonski" | ||
}, | ||
{ | ||
"name": "Kanitkorn Sujautra", | ||
"url": "https://github.com/lukyth", | ||
"githubUsername": "lukyth" | ||
} | ||
@@ -28,4 +33,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2084ce63c98ef30e16ad211d186fbd67df2a3bb3d3bcfdc3db82607e4b5765c3", | ||
"typesPublisherContentHash": "8332262cb02e88b423a6e8a239d0c42a99008e3fb726582ff67c9530b2bb1ed0", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 18 Oct 2019 15:53:56 GMT | ||
* Last updated: Tue, 22 Oct 2019 20:56:19 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by David Bird <https://github.com/zero51>, and Piotr Okoński <https://github.com/pokonski>. | ||
These definitions were written by David Bird <https://github.com/zero51>, Piotr Okoński <https://github.com/pokonski>, and Kanitkorn Sujautra <https://github.com/lukyth>. |
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
3872
26