PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
date
"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 ); };
[+]
#
[-] valid-date.js
[edit]
[+]
..
[-] index.js
[edit]
[-] is-time-value.js
[edit]
[-] is-date.js
[edit]
[-] ensure-time-value.js
[edit]