UNPKG

@leafygreen-ui/date-utils

Version:
5 lines 170 B
/** * Returns the number of days in a given UTC month */ export declare const getDaysInUTCMonth: (date: Date) => number; //# sourceMappingURL=getDaysInUTCMonth.d.ts.map