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
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 4 months ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 8 months ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated last year
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years 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 8 months ago
- Import a globally installed module☆58Updated last year
- Wait for a specified number of promises to be fulfilled☆36Updated last year
- Get the set npm registry URL☆54Updated last week
- Object.keys shim☆45Updated 2 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆38Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Track the list of currently unhandled promise rejections☆24Updated 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
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years 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 2 years ago
- Check if something is a promise☆46Updated 3 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- ☆45Updated 2 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 9 months ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- timers module for browserify☆24Updated 3 months ago