Home

Awesome

iter-ops-extras

:star: Collection of custom operators for iter-ops - ones based on existing operators.

:bulb: It is here to show implementation examples, plus share ideas of useful operations.

:clipboard: These are just quick copy-n-paste snippets, they are not distributed anywhere.

:mega: Feel free submitting PR-s with your own custom operators, to share with others.



To use these, create a folder in your project, and copy over either select operators or the entire ./src folder, which also has file ./src/index.ts that includes everything.

Some of these operators may eventually land in the main iter-ops library. Use Discussions, if you want to propose and vote on such additions.

See also Custom Operators - explains API for custom operators.

:bulb: TIP: Operators consume and concurrencyFork are useful helpers for custom operators.