// Type definitions for email-validator 1.0.3 // Project: https://github.com/Sembiance/email-validator // Definitions by: Paul Lessing // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "email-validator" { export function validate(email: String): boolean; }