Sha256: 2ddf64a3653f1f6f3d43d8075c6d239097541c091406ca098f905237d486fe36
Contents?: true
Size: 248 Bytes
Versions: 46
Compression:
Stored size: 248 Bytes
Contents
"use strict"; var objToString = Object.prototype.toString, id = objToString.call(new Date()); module.exports = function (value) { return ( (value && !isNaN(value) && (value instanceof Date || objToString.call(value) === id)) || false ); };
Version data entries
46 entries across 46 versions & 2 rubygems