intern-Assignment/Node-Assignments/Server/node_modules/date-fns/fp/nextSundayWithOptions.d.cts

6 lines
184 B
TypeScript
Raw Permalink Normal View History

2025-01-31 09:50:39 +00:00
export declare const nextSundayWithOptions: import("./types.js").FPFn2<
Date,
import("../nextSunday.js").NextSundayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;