isEmail

校验邮箱

使用示例

import { verify } from trust-util;
const email = verify.isEmail('4324242')
console.log(email) // output:false