form-cheatsheet/js/polyfills/EcmaScript/Array.isArray.js

2 lines
128 B
JavaScript

Array.isArray=function(a){return"[object Array]"===Object.prototype.toString.call(a)};
//# sourceMappingURL=Array.isArray.js.map