Array.prototype.find
Array finder
Fills ES6 Array.prototype.find method in older environments
Simple ES6 Array.prototype.find polyfill for older environments.
38 stars
7 watching
17 forks
Language: JavaScript
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
paulmillr/array.prototype.findindex | Polyfills ES6 Array.prototype.findIndex for older environments | 28 |
es-shims/array.prototype.every | A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |
es-shims/array.prototype.some | Polyfills an ES5 method to check if any element in an array meets a condition | 2 |
es-shims/array.prototype.flatmap | Provides a shim for the Array.prototype.flatMap method to work in older JavaScript environments. | 32 |
mathiasbynens/string.prototype.startswith | A polyfill for the String.prototype.startsWith method in ECMAScript 6. | 144 |
mathiasbynens/string.prototype.endswith | A polyfill shim for the String.prototype.endsWith method to ensure compatibility with older JavaScript environments. | 35 |
mathiasbynens/regexp.prototype.search | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
parro-it/semver-first-satisfied | Finds the minimum version from an array that satisfies a given semantic version range | 2 |
mathiasbynens/string.prototype.codepointat | A polyfill for the ES6 String.prototype.codePointAt method to support older browsers and environments | 53 |
es-shims/string.prototype.replaceall | A polyfill shim for the String.prototype.replaceAll method to ensure compatibility with ESnext proposal in older JavaScript environments. | 36 |
mathiasbynens/string.prototype.includes | A robust polyfill for the includes method in ECMAScript 6 | 68 |
twada/array-foreach | Adds support for the forEach function to older browsers | 8 |
mathiasbynens/regexp.prototype.match | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
mathiasbynens/array.from | Creates a new array instance from an array-like or iterable object. | 67 |
juliangruber/isarray | A polyfill for Array.isArray to support older browsers and Node.js versions. | 132 |