@types/phone
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,3 @@ // Type definitions for phone 1.0.8 | ||
export default function phone(phoneNumber: string, countryCode?: string): Array<string>; | ||
declare function phone(phoneNumber: string, countryCode?: string): Array<string>; | ||
export = phone; |
{ | ||
"name": "@types/phone", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for phone 1.0.8", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 15 Aug 2016 20:21:26 GMT | ||
* Last updated: Wed, 24 Aug 2016 16:21:04 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: none | ||
* Global values: phone | ||
# Credits | ||
These definitions were written by Hagai Cohen <https://github.com/DxCx>. |
@@ -14,3 +14,5 @@ { | ||
"kind": "ProperModule", | ||
"globals": [], | ||
"globals": [ | ||
"phone" | ||
], | ||
"declaredModules": [ | ||
@@ -23,3 +25,3 @@ "phone" | ||
"hasPackageJson": false, | ||
"contentHash": "b2fc7f6d7a679496376c5e9b234f6429b34456708a19c17e49f469e2754097a4" | ||
"contentHash": "b41b0ac8a60af50749e879126f04f2cee73c6fa8e6928fe6ca672ed59b11c3f9" | ||
} |
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
2006
30