| Path : /proc/thread-self/root/var/www/html/smartcirqls.com/vendors/moment/src/lib/utils/ |
| Current File : //proc/thread-self/root/var/www/html/smartcirqls.com/vendors/moment/src/lib/utils/is-array.js |
export default function isArray(input) {
return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]';
}