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