1.0.2 • Published 8 years ago

small-node-collections v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

small-node-collections

npm.io npm.io npm.io npm.io

A small library for basic collection utility functions

Code Style

This library adheres to the StandardJS code style.

npm.io

Supported Functions

Objects

  • Objects#forEach({object} object, {function} callback(key, value))

Arrays

  • Arrays#filter({array} array, {function} filter(item))