This package has been deprecated

Author message:

This package has been split up. Check @iterable-iterator, @set-theory, and @combinatorics.

@aureooms/js-itertools

5.1.1 • Public • Published

🛠️ @aureooms/js-itertools


© xkcd.com

Python's iterable and iterator library for JavaScript. See docs. Parent is @aureooms/js-library.

⚠️ The code requires regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

cycle( chain( [ [ 0 , 1 , 2 ] , [ 3 , 4 , 5 ] ] ) ) ; // 0 1 2 3 4 5 0 1 ...

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

🔗 References in Python and JavaScript

/@aureooms/js-itertools/

    Package Sidebar

    Install

    npm i @aureooms/js-itertools

    Weekly Downloads

    10

    Version

    5.1.1

    License

    AGPL-3.0

    Unpacked Size

    789 kB

    Total Files

    14

    Last publish

    Collaborators

    • aureooms