isarray
Array checker
A polyfill for Array.isArray to support older browsers and Node.js versions.
Array#isArray for older browsers.
132 stars
11 watching
41 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
| | An online dictionary explaining JavaScript terminology in simple terms. | 169 |
| | Utility function to flatten arrays by recursively iterating over their elements | 60 |
| | Polyfills ES6 Array.prototype.findIndex for older environments | 28 |
| | Returns one or more elements from the beginning of an array | 11 |
| | Returns the last element(s) in an array | 35 |
| | Functional utilities to transform and compute stats on arrays | 16 |
| | Returns an array with unique values from multiple arrays using strict equality comparisons | 46 |
| | Fills ES6 Array.prototype.find method in older environments | 38 |
| | Adds support for the forEach function to older browsers | 8 |
| | Experiments with IIIF presentations based on Gallica content to explore various use cases and features of the IIIF standard | 25 |
| | Provides bindings and implementation for mutable JavaScript ArrayBuffers | 7 |
| | A Node.js wrapper around PhantomJS YSlow.js performance auditing tool | 9 |
| | A polyfill implementation of the ES2015 Number.isInteger function in JavaScript | 12 |
| | Utility module providing methods to compare and analyze error objects in Node.js and the browser. | 14 |