intern-Assignment/Node-Assignments/Server/node_modules/date-fns/fp/getDaysInMonthWithOptions.d.ts

6 lines
182 B
TypeScript
Raw Normal View History

2025-01-31 09:50:39 +00:00
export declare const getDaysInMonthWithOptions: import("./types.js").FPFn2<
number,
import("../getDaysInMonth.js").GetDaysInMonthOptions | undefined,
string | number | Date
>;