Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@aureooms/js-itertools

aureooms15AGPL-3.0deprecated5.1.1

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

Iterable and iterator library for JavaScript

chain, combinations, filter, iter, iterable, iterator, list, map, permutations, product, reduce

readme

:hammer_and_wrench: @aureooms/js-itertools


© xkcd.com

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

:warning: 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