🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

ai-tap

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-tap

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

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

  • parro-it/ai-fun - A collection of modules to easy deal with async iterables.

  • noffle/common-readme - « a common readme for node ».

License

MIT Licensed © 2017 Andrea Parodi

Keywords

ai-fun

FAQs

Package last updated on 04 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts