@fakerjs/email
v1.0.0
Published
Email package provides functionality to generate a fake email value.
Readme
Install
$ npm install --save @fakerjs/emailUsage
import email from '@fakerjs/email';
email();
//=> [email protected]
email({domain: 'example.com'})
//=> [email protected]Tests
Run tests
npm run testLicense
The MIT License (MIT) Copyright (c) Sergey Romanenko
