roundToNearestMinutes.d.ts 108 Bytes
export declare const roundToNearestMinutes: import("./types.js").FPFn1<
  Date,
  string | number | Date
>;