UNPKG

time-helper-js

Version:

A lightweight JavaScript library for handling time, date, and formatting operations easily

4 lines (3 loc) 227 B
export declare const isLeapYear: (year: Date | string | number) => boolean; export declare const daysInMonth: (year: number, month: number) => number | undefined; export declare const isToday: (date: string | Date) => boolean;