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