getMonthWithOptions.d.cts 164 B

12345
  1. export declare const getMonthWithOptions: import("./types.js").FPFn2<
  2. number,
  3. import("../getMonth.js").GetMonthOptions | undefined,
  4. string | number | Date
  5. >;