Skip to content

alirezazeynali75/round-robin-js

Repository files navigation

round-robin-js

Round robin implementation with typescript

In javascript

    const {Selector} = require('@alirezazeynali/round-robin')

    const roundRobin = new Selector([1, 2, 3, 4])

    const el = roundRobin.next() // => 1

    // if achive the last index begin from first 

In typescript, you can import like this:

    import {Selector} from '@alirezazeynali/round-robin'

About

Round robin implementation with typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published