mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 20:55:41 +02:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
export declare const isSameDay: import("./types.js").FPFn2<
|
|
boolean,
|
|
string | number | Date,
|
|
string | number | Date
|
|
>;
|