CollectionOps

CollectionOps is a JavaScript library that allows you to use functional collection operations — such as filter, map, and reduce — on any iterable object. These operations are designed to be performant and efficiently scale to handle any size data set.