TSedlar / small-node-collections

A small library for basic collection utility functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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))

About

A small library for basic collection utility functions

License:MIT License


Languages

Language:JavaScript 100.0%