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