Files
2025-11-14 11:39:33 +08:00

5 lines
98 B
TypeScript

export declare const isSunday: import("./types.js").FPFn1<
boolean,
string | number | Date
>;