UNPKG

pure-conditions

Version:
5 lines (4 loc) 92 B
function isLaterThan (date1, date2) { return date1 > date2 } module.exports = isLaterThan