mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
export declare const isWeekendWithOptions: import("./types.ts").FPFn2<
|
|
boolean,
|
|
import("../isWeekend.ts").IsWeekendOptions | undefined,
|
|
string | number | Date
|
|
>;
|