Files
Projektarbeit-MYP/backend/node_modules/date-fns/fp/isLastDayOfMonth.d.cts
2025-05-31 22:40:29 +02:00

5 lines
106 B
TypeScript

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