Files
cartlog-admin/node_modules/date-fns/fp/isSameMonth.d.ts
2026-01-01 15:25:19 +05:30

6 lines
127 B
TypeScript

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