is-email-like
v2.0.0
Published
Check if a string is email like
Downloads
75
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-like
Usage
import isEmailLike from 'is-email-like';
isEmailLike('[email protected]');
//=> true