Current Path : C:/Users/ITO/Desktop/From USB/fts/New folder/bower_components/moment/src/lib/utils/ |
Current File : C:/Users/ITO/Desktop/From USB/fts/New folder/bower_components/moment/src/lib/utils/is-date.js |
export default function isDate(input) { return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]'; }