jonschlinkert / arr-flatten
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
- set blocking stdio and stderr ensuring that terminal output does not truncate☆38Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 5 months ago
- List of node.js builtin modules☆38Updated last year
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 10 months ago
- Get the auth token set for an npm registry☆35Updated 2 months ago
- Wait for a specified number of promises to be fulfilled☆36Updated last year
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Check if something is a promise☆46Updated 4 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated 9 months 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
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆59Updated 9 months ago
- ☆45Updated 2 years ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Get the set npm registry URL☆55Updated 2 weeks ago
- Find the module object for something that was require()d☆27Updated 2 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 7 years ago
- Import a globally installed module☆58Updated last year
- Get the path of the parent module☆77Updated last year
- destroy a stream if possible☆56Updated 8 months 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