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