Files
2026-05-12 08:59:02 +08:00

7 lines
194 B
TypeScript

export declare const isSameDayWithOptions: import("./types.js").FPFn3<
boolean,
import("../isSameDay.js").IsSameDayOptions | undefined,
string | number | Date,
string | number | Date
>;