mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-15 18:11:02 +08:00
334 B
334 B
// 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'