UNPKG

184 BTypeScriptView Raw
1export declare const nextMondayWithOptions: import("./types.js").FPFn2<
2 Date,
3 import("../nextMonday.js").NextMondayOptions<Date> | undefined,
4 import("../fp.js").DateArg<Date>
5>;