isEmail.d.ts 67 B

123
  1. declare function isEmail(val: string): boolean;
  2. export = isEmail;