View Source
Require a string to be a valid email address.
function email(): Check<string>;
A Check that validates email-like strings
Check