@iterable-iterator/cycle

Iterable cycling functions for JavaScript

Usage no npm install needed!

<script type="module">
  import iterableIteratorCycle from 'https://cdn.skypack.dev/@iterable-iterator/cycle';
</script>

README

:juggling_person: @iterable-iterator/cycle

Iterable cycling functions for JavaScript. See docs.

:warning: Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import {cycle, ncycle} from '@iterable-iterator/cycle';
cycle( "AB" ) ; // A B A B A B ...
ncycle( "AB" , 3 ) ; // A B A B A B

import {chain} from '@iterable-iterator/chain';
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