is-email-like
v3.1.0
Published
Check if a string is email like
Downloads
1,214
Maintainers
Readme
is-email-like
Check if a string is email like
You shouldn't use this for validating emails. Only for hinting to the user.
Install
npm install is-email-likeUsage
import isEmailLike from 'is-email-like';
isEmailLike('[email protected]');
//=> true