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