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

6 lines
165 B
TypeScript

export declare const isFridayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isFriday.js").IsFridayOptions | undefined,
string | number | Date
>;