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