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