monthsToQuarters.d.mts 89 Bytes
export declare const monthsToQuarters: import("./types.js").FPFn1<
  number,
  number
>;