UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 155 B
/** * Check if date is "same" with optional period */ declare function isSame(date1: any, date2: any, period: any): boolean; export default isSame;