UNPKG

@interaction/eagle

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