@types/react-phone-number-input
Advanced tools
Comparing version 3.0.10 to 3.0.11
@@ -37,2 +37,8 @@ // Type definitions for react-phone-number-input 3.0 | ||
/** | ||
* Checks if a country is supported by this library. | ||
* This is simply an alias for isSupportedCountry() from libphonenumber-js. | ||
*/ | ||
export function isSupportedCountry(country: string): boolean; | ||
export interface ParsePhoneNumberOptions { | ||
@@ -39,0 +45,0 @@ /** |
{ | ||
"name": "@types/react-phone-number-input", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"description": "TypeScript definitions for react-phone-number-input", | ||
@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-phone-number-input", | ||
}, | ||
"typesPublisherContentHash": "16de9d896719d62d85b169d550625778dd652d7ff4399fdf3be8497393e11118", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "33785005c141d246e19c9dba670d2fa9a0cd13cd5ec081da6da0d5609b64bfa3", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 13 Jul 2021 15:01:25 GMT | ||
* Last updated: Mon, 23 Aug 2021 20:18:30 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
18374
323