@iterable-iterator/round-robin

1.0.0 • Public • Published

🎠 @iterable-iterator/round-robin

Iterable round-robin for JavaScript. See docs.

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

import {roundRobin} from '@iterable-iterator/round-robin';
roundRobin( [ "ABC" , "D" , "EF" ] ) ; // A D E B F C

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

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

Package Sidebar

Install

npm i @iterable-iterator/round-robin

Weekly Downloads

0

Version

1.0.0

License

AGPL-3.0

Unpacked Size

496 kB

Total Files

14

Last publish

Collaborators

  • raskat
  • aureooms