Correspondents/node_modules/date-fns-jalali/fp/nextDayWithOptions.d.ts
2025-11-13 13:13:34 -07:00

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>
>;