map-visit
Map `visit` over an array of objects.
string-replace-to-array
Works like String.prototype.replace but outputs an array. Useful for replacing parts of the string with objects of other types.
obj-props
List of properties for JavaScript objects
sort-objects-array
Simple module to sort an array of objects by a property without mutating the original array.