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