Code coverage report for cjs/util/isArray.js

Statements: 50% (1 / 2)      Branches: 25% (1 / 4)      Functions: 0% (0 / 1)      Lines: 100% (1 / 1)      Ignored: none     

All files » cjs/util/ » isArray.js
1 21  
exports.isArray = Array.isArray || (function (x) { return x && typeof x.length === 'number'; });
//# sourceMappingURL=isArray.js.map