5 lines
107 B
TypeScript

export declare const nextSunday: import("./types.js").FPFn1<
Date,
import("../fp.js").DateArg<Date>
>;