iterablext
v1.5.0
Published
Fundamental functions for Iterables
Downloads
33
Readme
Fundamental Functions for Iterables
This library defines canonical list manipulation functions such as
map, filter, and reduce for Iterable objects. These really should be
included in the JS base libraries.
The library is written with Typescript. So, type information is included.
