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