unis_crm/frontend/node_modules/date-fns/fp/getMonthWithOptions.d.ts

6 lines
164 B
TypeScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
export declare const getMonthWithOptions: import("./types.js").FPFn2<
number,
import("../getMonth.js").GetMonthOptions | undefined,
string | number | Date
>;