Mini Kabibi Habibi

Current Path : C:/Users/ITO/Desktop/From USB/fts/New folder/bower_components/moment/src/lib/utils/
Upload File :
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]';
}