@vect/vector-mapper
v0.8.0
Published
Iterate through a vector, with returned value or without returned value, or iterate using generator.
Downloads
10,853
Readme
@vect/vector-mapper
Map through each element of an array.
Features
- Mapper map an array and return a new array
- Mutate map an array and return the array itself
Install
$ npm install @vect/vector-mapper
Usage