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