UNPKG

@elgervb/mock-data

Version:

Mock data made easy, while maintaining type safety

5 lines (4 loc) 96 B
/** * Checks if year is a leap */ export declare function isLeapYear(year: number): boolean;