📄 isSameDayWithOptions.d.ts
/home/palash/git/site/node_modules/date-fns/fp/isSameDayWithOptions.d.ts
Language: ts • Lines: 6
export declare const isSameDayWithOptions: import("./types.ts").FPFn3<
  boolean,
  import("../isSameDay.ts").IsSameDayOptions | undefined,
  string | number | Date,
  string | number | Date
>;