Path : /var/www/html/smartcirqls.com/vendors/moment/src/lib/utils/ |
Current File : //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]'; }