Files
RentWeAppFront/node_modules/date-fns/fp/roundToNearestHoursWithOptions.d.ts

6 lines
195 B
TypeScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
export declare const roundToNearestHoursWithOptions: import("./types.js").FPFn2<
Date,
import("../roundToNearestHours.js").RoundToNearestHoursOptions | undefined,
string | number | Date
>;