semblance-dev/node_modules/date-fns/fp/roundToNearestMinutesWithOptions.d.ts
2025-12-19 19:26:16 +00:00

6 lines
205 B
TypeScript
Executable file

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