JezK
Edit File: InLeapYear.d.ts
declare function InLeapYear(t: number): 0 | 1; export = InLeapYear;