Tap into an async iterable chain without affecting its value or state.
This module is part of Async iterable fun, a complete toolset of modules to work with async iterables.
description of the example
import aiTap from 'ai-tap';
for (const item of aiTap()) {
yield item;
};
This will output
With npm installed, run
npm install --save ai-tap
-
parro-it/ai-fun
- A collection of modules to easy deal with async iterables. -
noffle/common-readme
- « a common readme for node ».
MIT Licensed © 2017 Andrea Parodi