Files
emaui/node_modules/date-fns/fp/endOfMonthWithOptions.d.ts
2026-05-29 15:23:46 +03:00

6 lines
184 B
TypeScript

export declare const endOfMonthWithOptions: import("./types.ts").FPFn2<
Date,
import("../endOfMonth.ts").EndOfMonthOptions<Date> | undefined,
import("../fp.ts").DateArg<Date>
>;