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 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
- Reduce an array and return a Promise☆14Updated 7 years ago
- Get an array of parent directories including itself☆27Updated last year
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Check whether a given value is a generator function☆15Updated last year
- Get the length of the longest item in an array.☆30Updated 7 years ago
- Modify the values of an object☆27Updated 3 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Updated 8 years ago
- Node.js `assert` as a standalone module☆26Updated 4 years ago
- 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
- Apply an async function to each Array element in series☆21Updated 9 years ago
- Sink your streams.☆17Updated 2 years ago
- Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.☆27Updated 8 years ago
- Find a file given a declaration of locations.☆12Updated 3 years ago
- Clear the terminal cross-platform☆44Updated 3 years ago
- Get the resolved path to the root of a package installed in node_modules☆11Updated last year
- Regular expression for matching es6 template delimiters in a string.☆16Updated 7 years ago
- A demonstration of what changed in node 6's module loading logic☆24Updated 8 years ago
- WeakMap collection as specified in ECMAScript6☆30Updated 3 years ago
- Convert an Observable to a Promise☆47Updated last year
- Create streams from promises☆15Updated 9 years ago
- Basic logging utils: colors, symbols and timestamp.☆24Updated 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
- Capture analytics events in the browser☆18Updated 7 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 7 years ago
- Bublé require hook☆14Updated 7 years ago
- Expand a string into a JavaScript object using a simple notation.☆25Updated 5 years ago
- Center-align the text in a string.☆23Updated 7 years ago
- Create a matching function from a glob pattern, regex, string, array or function.☆20Updated 7 years ago
- Get the gulp tasks from a gulp project☆20Updated 3 years ago
- Wrap a Readable stream in a Transform stream.☆10Updated 2 years ago