Appearance
boolean
Check if value is Email
Kind: global function
string
Example
import isEmail from '@hiperf/validate/isEmail'; isEmail('John'); // false isEmail('John@example.com'); // true