You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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'}