UNPKG

@emreygc7/react-basic-calendar

Version:
7 lines (6 loc) 402 B
declare const range: (end: number) => number[]; declare const getDaysInMonth: (month: number, year: number) => number; declare const getSortedDays: (month: number, year: number) => any[]; declare const dateObject: (day: number, month: number, year: number) => Date; declare const areDatesEqual: (f: Date, s: Date) => boolean; export { range, getDaysInMonth, getSortedDays, dateObject, areDatesEqual };