ai-sequence

0.1.0 • Public • Published

ai-sequence

Travis Build Status NPM downloads

Serial merge of multiple async iterable.

This module is part of Async iterable fun, a complete toolset of modules to work with async iterables.

Usage

description of the example

import aiSequence from 'ai-sequence';
 
for (const item of aiSequence()) {
  yield item;
};

This will output

API

Install

With npm installed, run

npm install --save ai-sequence

See Also

License

MIT Licensed © 2017 Andrea Parodi

/ai-sequence/

    Package Sidebar

    Install

    npm i ai-sequence

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • parroit