UNPKG

web-ui-pack

Version:
4 lines (3 loc) 155 B
/** Compare by Date-values without Time * @return 1, -1 or 0 */ export default function dateCompareWithoutTime(v1: Date, v2: Date, utc: boolean): number;