UNPKG

pure-conditions

Version:
5 lines (4 loc) 119 B
function isDate (value) { return Object.prototype.toString.call(value) === '[object Date]' } module.exports = isDate