Correspondents/node_modules/date-fns-jalali/fp/endOfMonthWithOptions.d.ts
2025-11-13 13:13:34 -07:00

6 lines
184 B
TypeScript

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