Iterator and AsyncIterator helper functions with typings
npm install iterates
Iterates provides common collection functions like filter and map for both syncronous and asyncronous iterators.
Iterates is written in Typescript and bundles typings with the module.
Both commonjs and ES modules are provided.
Imports from iterates/sync and iterates/async is automatically resolved to the correct version.
All methods are autocurried to support specialization and composition.
Please see