1.0.3 • Published 6 years ago

@guseyn/cutie-iterator v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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 ObjectAsync/sync callParameters(default value/description)Representation result
IteratorProtocoliterator[Symbol.iterator]iteratorobject
Nextiterator.nextiterator.nextobject