@aureooms/js-itertoolsdeprecated

Iterable and iterator library for JavaScript

Usage no npm install needed!

<script type="module">
  import aureoomsJsItertools from 'https://cdn.skypack.dev/@aureooms/js-itertools';
</script>

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

:link: References in Python and JavaScript