7 lines
201 B
TypeScript
7 lines
201 B
TypeScript
|
export declare const nextDayWithOptions: import("./types.js").FPFn3<
|
||
|
Date,
|
||
|
import("../nextDay.js").NextDayOptions<Date> | undefined,
|
||
|
import("../fp.js").Day,
|
||
|
import("../fp.js").DateArg<Date>
|
||
|
>;
|