📄 getWeeksInMonthWithOptions.d.cts
/home/palash/git/site/node_modules/date-fns/fp/getWeeksInMonthWithOptions.d.cts
Language: cts • Lines: 5
export declare const getWeeksInMonthWithOptions: import("./types.ts").FPFn2<
  number,
  import("../getWeeksInMonth.ts").GetWeeksInMonthOptions | undefined,
  string | number | Date
>;