IsLeapYear adds the isLeapYear
method to EsDay indicating, if a date is a leap year.
IsLeapYear has no dependencies on other plugins.
esday().isLeapYear(): boolean
import { esday } from 'esday'
import isLeapYearPlugin from 'esday/plugins/isLeapYear'
esday.extend(isLeapYearPlugin)
esday('2000-01-01').isLeapYear()
// Returns true