0.0.6 • Published 7 years ago

@molteni/array-utils v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

array-utils

Helper to manage arrays and lists in javascript and typescript

Goal of the library

The library contains some functions that allow the developer an easier manipulation of JS/TS arrays.

Existing features

ArrayUtils :

  • search by field
  • replace an object by field
  • replace all the objects by field
  • remove an object searching by field

IdArrayUtils :

  • search by id
  • replace an object by id

Documentation

In the directory /doc you can find some documentation