Added in v0.0.2
validate email type
Signature
export declare const validateEmail: <E>(b: E) => <A>(a: A) => Either<E, string>