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