UNPKG

react-date-field

Version:
7 lines (5 loc) 162 B
'use strict'; var objectToString = Object.prototype.toString; module.exports = function (value) { return objectToString.apply(value) === '[object Date]'; };