Skip to content

Email package provides functionality to generate a fake email value.

License

Notifications You must be signed in to change notification settings

faker-javascript/email

Repository files navigation

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();
//=> itiwuhilacupi@panetoc.services

email({domain: 'example.com'})
//=> rad@example.com

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko

About

Email package provides functionality to generate a fake email value.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published