Files
Canteen-Management-System/counter-frontend/node_modules/date-fns/fp/endOfDay.d.cts
2026-07-24 12:06:56 +05:30

5 lines
105 B
TypeScript

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