isarray

Array checker

A polyfill for Array.isArray to support older browsers and Node.js versions.

Array#isArray for older browsers.

GitHub

132 stars
11 watching
41 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jonschlinkert/in-arrayReturns true if a value exists in an array without searching the entire array or handling null values16
andrew--r/sjsjAn online dictionary explaining JavaScript terminology in simple terms.169
jonschlinkert/arr-flattenUtility function to flatten arrays by recursively iterating over their elements60
paulmillr/array.prototype.findindexPolyfills ES6 Array.prototype.findIndex for older environments28
jonschlinkert/array-firstReturns one or more elements from the beginning of an array11
jonschlinkert/array-lastReturns the last element(s) in an array35
mljs/arrayFunctional utilities to transform and compute stats on arrays16
jonschlinkert/arr-diffReturns an array with unique values from multiple arrays using strict equality comparisons46
paulmillr/array.prototype.findFills ES6 Array.prototype.find method in older environments38
twada/array-foreachAdds support for the forEach function to older browsers8
altomator/iiifExperiments with IIIF presentations based on Gallica content to explore various use cases and features of the IIIF standard25
purescript-contrib/purescript-arraybufferProvides bindings and implementation for mutable JavaScript ArrayBuffers7
jmervine/node-yslowjsA Node.js wrapper around PhantomJS YSlow.js performance auditing tool9
parshap/js-is-integerA polyfill implementation of the ES2015 Number.isInteger function in JavaScript12
chaijs/check-errorUtility module providing methods to compare and analyze error objects in Node.js and the browser.14