UNPKG

@interaction/eagle

Version:
3 lines 162 B
module.exports = Array.isArray || function _isArray(val) { return val != null && val.length >= 0 && Object.prototype.toString.call(val) === '[object Array]'; };