5.1.1 • Published 3 years ago

@aureooms/js-itertools v5.1.1

Weekly downloads
55
License
AGPL-3.0
Repository
github
Last release
3 years ago

:hammer_and_wrench: @aureooms/js-itertools

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

:link: References in Python and JavaScript