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

5 lines
109 B
TypeScript

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