Is Leap Year
This indicates whether the Day.js object's year is a leap year or not.
TIP
This requires the IsLeapYear plugin to work
js
dayjs.extend(isLeapYear);
dayjs('2000-01-01').isLeapYear(); // true