Skip to content

Tap into an async iterable chain without affecting its value or state.

License

Notifications You must be signed in to change notification settings

parro-it/ai-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-tap

Travis Build Status NPM downloads

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.

Usage

description of the example

import aiTap from 'ai-tap';

for (const item of aiTap()) {
  yield item;
};

This will output

API

Install

With npm installed, run

npm install --save ai-tap

See Also

License

MIT Licensed © 2017 Andrea Parodi

About

Tap into an async iterable chain without affecting its value or state.

Resources

License

Stars

Watchers

Forks

Packages

No packages published