@ryancavanaugh/email-validator
Advanced tools
Comparing version 1.0.14-alpha to 1.0.15-alpha
@@ -6,4 +6,3 @@ // Type definitions for email-validator 1.0.3 | ||
declare module "email-validator" { | ||
export function validate(email: String): boolean; | ||
} | ||
declare export function validate(email: String): boolean; |
{ | ||
"name": "@ryancavanaugh/email-validator", | ||
"version": "1.0.14-alpha", | ||
"version": "1.0.15-alpha", | ||
"description": "Type definitions for email-validator 1.0.3 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -5,0 +5,0 @@ "main": "", |
@@ -17,6 +17,6 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 07 Apr 2016 17:13:10 GMT | ||
* Typings kind: DeclareModule | ||
* Last updated: Thu, 21 Apr 2016 17:44:31 GMT | ||
* Typings kind: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: none |
@@ -12,3 +12,3 @@ { | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"kind": "DeclareModule", | ||
"kind": "ProperModule", | ||
"globals": [], | ||
@@ -21,3 +21,3 @@ "declaredModules": [ | ||
], | ||
"contentHash": "2ed780988ed9c14d6882088d1eb78a60629612beb9a05b43297c295596939284" | ||
"contentHash": "f125886bfa2abf9b02d2afc2d91b73fe9c981d19c68dc5abea86a07a9d8039fc" | ||
} |
2062
24