UNPKG

201 BTypeScriptView Raw
1export declare const nextDayWithOptions: import("./types.js").FPFn3<
2 Date,
3 import("../nextDay.js").NextDayOptions<Date> | undefined,
4 import("../fp.js").Day,
5 import("../fp.js").DateArg<Date>
6>;