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-array.js |
export default function isArray(input) { return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]'; }