6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
export declare const endOfYearWithOptions: import("./types.js").FPFn2<
|
|
Date,
|
|
import("../endOfYear.js").EndOfYearOptions<Date> | undefined,
|
|
import("../fp.js").DateArg<Date>
|
|
>;
|