JSPM

@iterable-iterator/round-robin

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30991F
  • License AGPL-3.0

Iterable round-robin for JavaScript

Package Exports

  • @iterable-iterator/round-robin

Readme

🎠 @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