README
small-node-collections
A small library for basic collection utility functions
Code Style
This library adheres to the StandardJS code style.
Supported Functions
Objects
- Objects#forEach({object} object, {function} callback(key, value))
Arrays
- Arrays#filter({array} array, {function} filter(item))