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