UNPKG

vuetify

Version:

Vue Material Component Framework

4 lines 143 B
export function isLeapYear(year) { return year % 4 === 0 && year % 100 !== 0 || year % 400 === 0; } //# sourceMappingURL=dateTimeUtils.js.map