mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 20:15:58 +08:00
282 B
282 B
exp
// usage
chance.exp()
chance.exp({raw: true})
Generate a random credit card expiration.
chance.exp();
=> '10/2020'
Optionally specify that a raw object be returned rather than a string
chance.exp({raw: true});
=> {month: '11', year: '2017'}