jonschlinkert / in-arrayLinks
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
☆16Updated 9 years ago
Alternatives and similar repositories for in-array
Users that are interested in in-array are comparing it to the libraries listed below
Sorting:
- Get the length of the longest item in an array.☆29Updated 7 years ago
- Get an array of parent directories including itself☆26Updated 2 years ago
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Updated 5 years ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 8 years ago
- Clear the terminal cross-platform☆45Updated 4 years ago
- Does a shallow comparison of two objects, returning false if the keys or values differ.☆29Updated 7 years ago
- Low-level wrapper to easily support sync, async, and generator functions.☆34Updated 5 years ago
- Array of "block level elements" defined by the HTML specification☆19Updated 8 years ago
- Lint for unused or missing dependencies in your node.js projects. Customize with plugins or configuration.☆50Updated 3 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Updated 5 years ago
- Align the text in a string.☆51Updated 5 years ago
- Generate CSS from a JavaScript Object☆25Updated 10 years ago
- A demonstration of what changed in node 6's module loading logic☆24Updated 9 years ago
- Install an npm package☆31Updated 8 years ago
- Find a file given a declaration of locations.☆12Updated 3 years ago
- Create Error classes☆41Updated 7 years ago
- Basic logging utils: colors, symbols and timestamp.☆25Updated 7 years ago
- Modify the values of an object☆29Updated 4 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆39Updated 2 years ago
- Check if the package is being installed by another package☆13Updated 7 years ago
- A simple mock injector compatible needing no instrumentation in the libraries being tested☆33Updated 5 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
- Nanoscale assertion module☆33Updated 7 months ago
- This module exists to facilitate the t.match() method in node-tap (http://npm.im/tap)☆22Updated 3 years ago
- Parse a glob pattern into an object of path parts.☆25Updated 5 years ago
- Reduce an array and return a Promise☆14Updated 7 years ago
- Uses a breadth-first search, when necessary, to resolve the file path using the correct casing, and verify that the file actually exists.…☆12Updated 8 years ago
- Global logging utility.☆18Updated last year
- Call a function for each value in an array and return a Promise☆23Updated 9 years ago
- Convert an Observable to a Promise☆52Updated 2 years ago