UNPKG

@leafygreen-ui/date-utils

Version:
8 lines 288 B
import { DateType } from '../types'; /** * Returns whether 2 Dates are the same Month in UTC. * * Compare to `date-fns.isSameDay`, which uses local time */ export declare const isSameUTCMonth: (day1?: DateType, day2?: DateType) => boolean; //# sourceMappingURL=isSameUTCMonth.d.ts.map