semblance-dev/node_modules/date-fns/fp/getMonth.d.mts
2025-12-19 19:26:16 +00:00

4 lines
97 B
TypeScript
Executable file

export declare const getMonth: import("./types.js").FPFn1<
number,
string | number | Date
>;