@guseyn/cutie-iterator

1.0.3 • Public • Published

cutie-iterator

NPM Version

Cutie extension for work with iterable protocol in JavaScript. It's based on the Async Tree Pattern.

Examples

You can find examples of using this library in the test directory.

Usage

const {
  // Needed async objects here from the table below
} = require('@guseyn/cutie-iterator');

For more information about parameters in the async objects visit MDN docs for Iterable.

Async Object Async/sync call Parameters(default value/description) Representation result
IteratorProtocol iterator[Symbol.iterator] iterator object
Next iterator.next iterator.next object

Readme

Keywords

Package Sidebar

Install

npm i @guseyn/cutie-iterator

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

4.31 kB

Total Files

9

Last publish

Collaborators

  • guseyn