Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.21 KB

Email

Email package provides functionality to generate a fake email value.

Version node-current License

Install

npm

npm install @fakerjs/email --save-dev

yarn

yarn add @fakerjs/email -D

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