UNPKG

68 BTypeScriptView Raw
1declare function InLeapYear(t: number): 0 | 1;
2export = InLeapYear;