Files
ccc-obfuscated-code/node_modules/chance/docs/web/email.md
Pipi Chen b8a3516cd6 update
2020-05-07 01:02:44 +08:00

334 B

email

// usage
chance.email()
chance.email({domain: "example.com"})

Return a random email with a random domain.

chance.email()
=> 'kawip@piklojzob.gov'

Optionally specify a domain and the email will be random but the domain will not.

chance.email({domain: 'example.com'})
=> 'giigjom@example.com'