| Current Path : C:/xampp/htdocs/esuporta/fts/New folder/bower_components/moment/src/lib/utils/ |
| Current File : C:/xampp/htdocs/esuporta/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]';
}