Directory : /proc/thread-self/root/proc/thread-self/cwd/admin/bower_components/moment/src/lib/utils/ |
Current File : //proc/thread-self/root/proc/thread-self/cwd/admin/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]'; }