UNPKG

@stdlib/assert-is-leap-year

Version:

Test if a value corresponds to a leap year in the Gregorian calendar.

3 lines 116 B
/// <reference path="../docs/types/index.d.ts" /> import isLeapYear from '../docs/types/index'; export = isLeapYear;