https://github.com/iterable-iterator/round-robin
:carousel_horse: Iterable round-robin for JavaScript
https://github.com/iterable-iterator/round-robin
Last synced: about 1 year ago
JSON representation
:carousel_horse: Iterable round-robin for JavaScript
- Host: GitHub
- URL: https://github.com/iterable-iterator/round-robin
- Owner: iterable-iterator
- License: agpl-3.0
- Created: 2021-05-04T13:30:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T06:58:47.000Z (about 1 year ago)
- Last Synced: 2025-04-12T07:36:55.934Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://iterable-iterator.github.io/round-robin
- Size: 2.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:carousel_horse: [@iterable-iterator/round-robin](https://iterable-iterator.github.io/round-robin)
==
Iterable round-robin for JavaScript.
See [docs](https://iterable-iterator.github.io/round-robin/index.html).
> :warning: Depending on your environment, the code may require
> `regeneratorRuntime` to be defined, for instance by importing
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).
```js
import {roundRobin} from '@iterable-iterator/round-robin';
roundRobin( [ "ABC" , "D" , "EF" ] ) ; // A D E B F C
```
[](https://raw.githubusercontent.com/iterable-iterator/round-robin/main/LICENSE)
[](https://www.npmjs.org/package/@iterable-iterator/round-robin)
[](https://github.com/iterable-iterator/round-robin/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/iterable-iterator/round-robin/network/dependencies)
[](https://github.com/iterable-iterator/round-robin/issues)
[](https://www.npmjs.org/package/@iterable-iterator/round-robin)
[](https://codeclimate.com/github/iterable-iterator/round-robin/issues)
[](https://codeclimate.com/github/iterable-iterator/round-robin/trends/churn)
[](https://codecov.io/gh/iterable-iterator/round-robin)
[](https://codeclimate.com/github/iterable-iterator/round-robin/trends/technical_debt)
[](https://iterable-iterator.github.io/round-robin/source.html)
[](https://bundlephobia.com/result?p=@iterable-iterator/round-robin)