Matches strings against configurable strings, globs, regular expressions, and/or functions
dot-object makes it possible to transform and read (JSON) objects using dot notation.
Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).
Create an array of unique values, in order, from the input arrays
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
🐊Putout plugin for eslint config
A Babel preset for each environment.
Like a Set, but provides the index of the `key` in the backing array
Create an array with values that are present in the first input array but not additional ones
Lazy-evaluating list of files, based on globs or regex patterns
Minimal async jobs utility library, with streams support
Create an array without duplicates
No description provided.
Remove duplicate values from an array. Fastest ES5 implementation.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Turn anything into an array
Loop over each item in an array and call the given function on every element.
React implementation of a roving tabindex, now with grid support
Get and set images on the macOS clipboard
Stringify your JSON at max speed
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
move array by oldIndex and newIndex
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Move an item in an array (proposed lodash feature #1701)