yearsToMonths.d.ts 80 B

1
  1. export declare const yearsToMonths: import("./types.js").FPFn1<number, number>;