Showing 1-20 of 1,593,264 packages
A tool for transforming jsx attributes array to object
Array to object
Converts an array to object
Convert array to object hash based on specific key
Run an array of functions in parallel
Flatten nested arrays
array to object | Convert any array to object with/without given key-prefix.
```sh npm i @useweb/array-to-object ```
Returns true if a value is a plain object, array or function.
Transform two arrays into an object
utilities for primitive JavaScript types
General purpose glob-based configuration matching.
[oa2o](https://www.npmjs.com/package/oa2o) (object array to object) is a simple npm module to convert iterative object array ( [{k:"a"}, {k:"b"}] ) to object ( {a:{k:"a"}, b:{k:"b"}} ):
Loop over each item in an array and call the given function on every element.
An object schema merger/validator
Converts an array to an object where the keys are the array entries and the values are customizable in a function.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Remove duplicate values from an array. Fastest ES5 implementation.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Convert object keys from camel case