is-jolly
v1.0.0
Published
Determine whether a date is jolly.
Readme
is-jolly
Determine whether a date is jolly
If no date is provided, the current date is checked.
Install
npm install is-jollyUsage
import isJolly from 'is-jolly';
console.log(isJolly());
// true or false, depending on the jollyiness of the current date
console.log(isJolly(new Date('1/3/2000')));
// false