jonschlinkert / in-array
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
☆16Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for in-array
- Reduce an array and return a Promise☆14Updated 6 years ago
- Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.☆27Updated 8 years ago
- Get an array of parent directories including itself☆27Updated last year
- Custom mask function for prompt-password that adds a 'strength progress meter' that changes color as the password strength increases. Use…☆18Updated 7 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Apply an async function to each Array element in series☆21Updated 9 years ago
- ☆44Updated 6 years ago
- Sink your streams.☆17Updated last year
- Modify the values of an object☆28Updated 3 years ago
- Get the resolved path to the root of a package installed in node_modules☆10Updated 10 months ago
- [DEPRECATED] gzip loader module for webpack☆15Updated 6 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Updated 7 years ago
- Basic logging utils: colors, symbols and timestamp.☆24Updated 6 years ago
- Bublé require hook☆14Updated 7 years ago
- Check whether a given value is a generator function☆15Updated 11 months ago
- Get the length of the longest item in an array.☆30Updated 6 years ago
- Parse a glob pattern into an object of path parts.☆25Updated 4 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 6 years ago
- Tools for manipulating semver strings and objects☆22Updated 6 years ago
- Find array elements. Executes a callback for each element, returns the first element for which its callback returns a truthy value.☆29Updated 5 years ago
- Detect if a stream is a file stream☆19Updated 5 years ago
- Find a file given a declaration of locations.☆12Updated 2 years ago
- Parse a JSON stream into an object☆15Updated 7 years ago
- Share a component instance inside a window context☆13Updated 7 years ago
- Small module for doing generic rate limiting using an LRU cache☆22Updated 7 years ago
- Synchronously write a file and create its ancestor directories if needed☆15Updated 5 years ago
- Call a function for each value in an array and return a Promise☆23Updated 8 years ago
- A reusable module for creating infinite lists of elements where only the visible rows are rendered☆40Updated 7 years ago