jonschlinkert / arr-flatten
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
☆60Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for arr-flatten
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 2 years 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 6 years ago
- List of node.js builtin modules☆38Updated 7 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 4 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆23Updated 2 years ago
- Returns an array filled with the specified input☆43Updated 2 years ago
- Get the set npm registry URL☆53Updated 2 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆25Updated 4 years ago
- Sink your streams.☆17Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 3 months ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- ☆45Updated 2 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆37Updated 11 months ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated 8 months ago
- Check if the process is running as root user, for example, one started with `sudo`☆79Updated 2 years ago
- timers module for browserify☆24Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 5 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Modern Buffer API polyfill without footguns☆26Updated 3 years ago
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 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 the dominant newline character of a string☆55Updated last year
- Return an array free of duplicate values. Very fast implementation.☆60Updated 4 years ago
- Give me a string and I'll tell you if it's a valid npm package license string☆24Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆54Updated 3 months ago
- Easily calculate the relative path from file A to file B in Node.js project. Will calculate correctly from a file to a directory, file to…☆34Updated last year
- streaming pipeline with a mutable configuration☆55Updated 5 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago