UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

9 lines (7 loc) 162 B
import toTime from './to-time'; export default function dateEquals(a, b) { if (a && b) { return toTime(a) === toTime(b); } return a === b; }