anno bisestile
Verifica se l'anno dell'oggetto Day.js è bisestile.
TIP
Richiede il plugin IsLeapYear per funzionare correttamente.
js
dayjs.extend(isLeapYear);
dayjs('2000-01-01').isLeapYear(); // true