UNPKG

@leafygreen-ui/date-utils

Version:
5 lines 179 B
/** * Equivalent to `date-fns.setMonth`, but strictly for UTC */ export declare const setUTCMonth: (date: Date, month: number) => Date; //# sourceMappingURL=setUTCMonth.d.ts.map