isWeekendWithOptions.d.cts 168 B

12345
  1. export declare const isWeekendWithOptions: import("./types.js").FPFn2<
  2. boolean,
  3. import("../isWeekend.js").IsWeekendOptions | undefined,
  4. string | number | Date
  5. >;