map-array
Map object keys and values into an array
Map object keys and values into an array
Get the union of arrays of objects.
获取两个数组中相同的元素
Filter and flattenify array to have only function values. Much like `arr-filter-function` package, but with flatten.
Fast filter array to have only function values. But also allow you to give iterator function which will be called on each element of the array that is function - much like array.map functionallity. Useful when you want to filter, but also want to map in s
convert a value to array
Wait for an array/obj of async functions and return values when done.
Extract CHANGELOG-like paths from multiple file paths
Fastest, simplest and smallest. Pass `arguments` object or list of arguments and get flattened array.
Filter an array and produce a human-readable result as a string
A npm pacakge of es6, it's a function of determinating a variable is an array or not.
A npm pacakge of es6, it's a function of determinating a variable is an array or not.
A Vue directive that checks diff when child elements are added, removed, or changed
Find the array index of where to add an element to keep it sorted.
Remove all duplicate elements in a sorted array, leaving only uniques.
Swap array elements in place. Runtime: O(1)
Deep and shallow clone.
Check whether a condition is true for any element of an array. The condition check is in the form of a callback.
Sort array by bubbling up bigger values to the right side. Runtime: O(n^2)
Remove an element in place from an array, if present.