Files
Canteen-Management-System/counter-frontend/node_modules/date-fns/fp/isSameYearWithOptions.d.ts
2026-07-24 12:06:56 +05:30

7 lines
197 B
TypeScript

export declare const isSameYearWithOptions: import("./types.js").FPFn3<
boolean,
import("../isSameYear.js").IsSameYearOptions | undefined,
string | number | Date,
string | number | Date
>;