mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
export declare const endOfYearWithOptions: import("./types.ts").FPFn2<
|
|
Date,
|
|
import("../endOfYear.ts").EndOfYearOptions<Date> | undefined,
|
|
import("../fp.ts").DateArg<Date>
|
|
>;
|