Home Manual Reference Source Test Repository

es6/util/isArray.js

export var isArray = Array.isArray || (function (x) { return x && typeof x.length === 'number'; });
//# sourceMappingURL=isArray.js.map