jonschlinkert / arr-flattenLinks
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
☆59Updated 3 years ago
Alternatives and similar repositories for arr-flatten
Users that are interested in arr-flatten are comparing it to the libraries listed below
Sorting:
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆47Updated 3 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 6 months ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 7 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 11 months ago
- List of node.js builtin modules☆38Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 10 months ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Check if a file path is a binary file☆44Updated last year
- Wait for a specified number of promises to be fulfilled☆36Updated last year
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- timers module for browserify☆24Updated 5 months ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset…☆30Updated 4 years ago
- Combines array of streams into one Readable stream in strict order.☆28Updated 2 years ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated last year
- Get the path of the caller module☆64Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago
- Callback wrapping utility☆56Updated last year
- ☆44Updated 6 years ago
- Sink your streams.☆17Updated 2 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆38Updated last year
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Lowercase the keys of an object☆40Updated last year
- tar plugin for decompress☆16Updated 4 years ago
- Get the set npm registry URL☆55Updated last month