7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
export declare const lastDayOfMonthWithOptions: import("./types.js").FPFn2<
|
|
Date,
|
|
| import("../lastDayOfMonth.js").LastDayOfMonthOptions<Date>
|
|
| undefined,
|
|
import("../fp.js").DateArg<Date>
|
|
>;
|