stefanduberg / array-findLinks
Find array elements. Executes a callback for each element, returns the first element for which its callback returns a truthy value.
☆29Updated 6 years ago
Alternatives and similar repositories for array-find
Users that are interested in array-find are comparing it to the libraries listed below
Sorting:
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated 2 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆39Updated 2 years ago
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 7 years ago
- Track the list of currently unhandled promise rejections☆24Updated 7 years ago
- Lax URL parsing with support for protocol-less URLs and IPs☆55Updated 3 months ago
- Array.prototype.includes spec-compliant polyfill☆43Updated last month
- Global logging utility.☆19Updated last year
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Updated 4 years ago
- Get namespaced config from the closest package.json☆121Updated 2 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 9 months ago
- Ensures a value is a valid error by making it one if not