NeahFront5/node_modules/date-fns/fp/roundToNearestMinutesWithOptions.d.ts
2025-04-10 11:30:00 +02:00

7 lines
205 B
TypeScript

export declare const roundToNearestMinutesWithOptions: import("./types.js").FPFn2<
Date,
| import("../roundToNearestMinutes.js").RoundToNearestMinutesOptions
| undefined,
string | number | Date
>;