yearsToQuarters.d.ts 88 B

1234
  1. export declare const yearsToQuarters: import("./types.js").FPFn1<
  2. number,
  3. number
  4. >;