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 of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- Return an array free of duplicate values. Very fast implementation.☆59Updated 4 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆47Updated 3 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
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years 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
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 11 months ago
- List of node.js builtin modules☆38Updated last year
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 7 months ago
- timers module for browserify☆24Updated 6 months ago
- Get the npm global path prefix. Same code used internally by npm.☆29Updated 10 months ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated last year
- Callback wrapping utility☆56Updated last year
- Uses babel to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type…☆14Updated 7 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- The color cyan, in ansi.☆8Updated 6 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 3 years ago
- Unpipe a stream from all destinations☆23Updated 4 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)