Files
avz-site/node_modules/date-fns/fp/getMonthWithOptions.d.ts
2026-06-10 12:14:46 -03:00

6 lines
164 B
TypeScript

export declare const getMonthWithOptions: import("./types.ts").FPFn2<
number,
import("../getMonth.ts").GetMonthOptions | undefined,
string | number | Date
>;