unis_crm/frontend/node_modules/date-fns/fp/isWeekendWithOptions.d.ts

6 lines
168 B
TypeScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
export declare const isWeekendWithOptions: import("./types.js").FPFn2<
boolean,
import("../isWeekend.js").IsWeekendOptions | undefined,
string | number | Date
>;