File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/bower_components/moment/src/lib/utils/

Viewing File: is-date.js

export default function isDate(input) {
    return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';
}