UNPKG

197 BTypeScriptView Raw
1export declare const isSameHourWithOptions: import("./types.js").FPFn3<
2 boolean,
3 import("../isSameHour.js").IsSameHourOptions | undefined,
4 string | number | Date,
5 string | number | Date
6>;