@types/country-list
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -1,2 +0,2 @@ | ||
export default function Countries(): { | ||
declare function Countries(): { | ||
/** | ||
@@ -37,1 +37,3 @@ * Expects a two-digit country code. Returns the name for that country. If not found, it returns undefined. | ||
}; | ||
export = Countries; |
{ | ||
"name": "@types/country-list", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "TypeScript definitions for country-list", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/country-list", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fb98c3b4c546eecabeca8577a86f7e875f56fbdbdaa35dc7ba4dc62d827357bb", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "f73dc03e335ee4bfdb92198a18031708a5c5f5dce1de4f2bad572c50d926e5bd", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
````ts | ||
export default function Countries(): { | ||
declare function Countries(): { | ||
/** | ||
@@ -49,6 +49,8 @@ * Expects a two-digit country code. Returns the name for that country. If not found, it returns undefined. | ||
export = Countries; | ||
```` | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Fri, 27 Sep 2024 16:40:34 GMT | ||
* Dependencies: none | ||
@@ -55,0 +57,0 @@ |
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
4610
31
58