ts-fluent-iterators-async
v1.0.0
Published
lazy fluent async iterators
Downloads
63
Maintainers
Readme
Typescript Fluent Async Iterators
Provides fluent api operations on async iterators and promise iterators.
Description
The library provides the common transformation, filtering and aggregation operations on async iterators and promise iterators.
Quick start guide
Install from Node Package Manager: npm i ts-fluent-iterators-async
Operations supported
Item-by-item transformations:
Group transformations like
Extending operations like
Narrowing operations like
Aggregating operations:
Logical aggregating operations:
Execution operations:
Promise specific operations:
Usage
Click here for the Full API Reference.
License
Licensed under MIT.