AWS-Panel/frontend/node_modules/date-fns/fp/nextSundayWithOptions.d.ts
2025-12-10 12:02:17 +08:00

6 lines
184 B
TypeScript

export declare const nextSundayWithOptions: import("./types.js").FPFn2<
Date,
import("../nextSunday.js").NextSundayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;