Files

6 lines
120 B
TypeScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
export declare const nextDay: import("./types.js").FPFn2<
Date,
import("../fp.js").Day,
string | number | Date
>;