jonschlinkert / arr-flatten
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
☆60Updated 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
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 6 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 8 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 3 months ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 7 months ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- Get the set npm registry URL☆53Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated 7 months ago
- Check if something is a promise☆46Updated 3 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago
- Wait for a specified number of promises to be fulfilled☆36Updated last year
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆57Updated 7 months ago
- Detect the dominant newline character of a string☆55Updated last year
- List of node.js builtin modules☆38Updated 10 months 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
- Return an array free of duplicate values. Very fast implementation.☆60Updated 4 years ago
- Prepare a node environment to require files with different extensions.☆48Updated 8 months ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Get the auth token set for an npm registry☆35Updated 3 weeks ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆38Updated last year
- Decode strings according to the WHATWG Encoding Standard☆23Updated 7 months ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆25Updated 4 years ago
- Is this an ES6 Symbol value?☆19Updated 2 months ago
- timers module for browserify☆24Updated 2 months ago