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: 28 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jonschlinkert/in-array Returns true if a value exists in an array without searching the entire array or handling null values 16
andrew--r/sjsj An online dictionary explaining JavaScript terminology in simple terms. 169
jonschlinkert/arr-flatten Utility function to flatten arrays by recursively iterating over their elements 60
paulmillr/array.prototype.findindex Polyfills ES6 Array.prototype.findIndex for older environments 28
jonschlinkert/array-first Returns one or more elements from the beginning of an array 11
jonschlinkert/array-last Returns the last element(s) in an array 35
mljs/array Functional utilities to transform and compute stats on arrays 16
jonschlinkert/arr-diff Returns an array with unique values from multiple arrays using strict equality comparisons 46
paulmillr/array.prototype.find Fills ES6 Array.prototype.find method in older environments 38
twada/array-foreach Adds support for the forEach function to older browsers 8
altomator/iiif Experiments with IIIF presentations based on Gallica content to explore various use cases and features of the IIIF standard 25
purescript-contrib/purescript-arraybuffer Provides bindings and implementation for mutable JavaScript ArrayBuffers 7
jmervine/node-yslowjs A Node.js wrapper around PhantomJS YSlow.js performance auditing tool 9
parshap/js-is-integer A polyfill implementation of the ES2015 Number.isInteger function in JavaScript 12
chaijs/check-error Utility module providing methods to compare and analyze error objects in Node.js and the browser. 14