Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_ai
/
node_modules
/
es5-ext
/
date
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_ai/node_modules/es5-ext/date/is-date.js
"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 ); };