isLeapYear.d.ts 74 B

123
  1. declare function isLeapYear(year: number): boolean;
  2. export = isLeapYear;