isEmail.d.ts 67 B

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