mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
7 lines
214 B
TypeScript
7 lines
214 B
TypeScript
export declare const eachWeekendOfMonthWithOptions: import("./types.ts").FPFn2<
|
|
Date[],
|
|
| import("../eachWeekendOfMonth.ts").EachWeekendOfMonthOptions<Date>
|
|
| undefined,
|
|
import("../fp.ts").DateArg<Date>
|
|
>;
|