mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 10:10:59 +00:00
2 lines
94 B
TypeScript
2 lines
94 B
TypeScript
export declare function isSameMonth(date: Date | string, comparison: Date | string): boolean;
|