UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 102 B
/** * 校验是否是邮箱 */ declare function isEmail(val: string): boolean; export { isEmail };