arr
JavaScript utilities for arrays.
JavaScript utilities for arrays.
get / set form input values
Replace object values with String.prototype.replace
Sort the keys of an object based in the values
Convert object keys to camelCase
Simply returns any value given, unless that value is a function, then that function is called with provided arguments and context.
Convert object keys to camelCase
Convert object keys to any other case, such as camelCase, snake_case, etc.
Convert object keys to any case
Accept Arguments object or multiple arguments that can be any value, including deeply nested arrays. Flatten the arguments/values then filter them to be only functions. Useful for `.use` methods.
Convert object keys to paramCase
A pure JavaScript port of jQuery's .val() method.
Convert an array of objects into a keyed object
Convert object keys to camelCase with optional recursion
Delete deeply nested value from an object using dot notation like `a.b.c.x` and return the modified object if success, otherwise return original object.
Transform any value to stream. Create a stream from any value - string, array, buffer, number, promise or even Error object.
Deeply convert the keys of an object to camelCase
Shake the values out a tree object
Parse function to object with same key names as arguments names and values that you pass in same order.
Map object keys and values into a new object