npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@lukeed/wrr

0.0.2

@lukeed

npmHomeRepoSnykSocket
Downloads:20
$ npm install @lukeed/wrr
DailyWeeklyMonthlyYearly

wrr build status codecov

A tiny (148B) weighted round robin utility

TODO

This module exposes three module definitions:

  • ES Module: dist/wrr.mjs
  • CommonJS: dist/wrr.js
  • UMD: dist/wrr.min.js

Install

$ npm install --save wrr

Usage

import wrr from 'wrr';
// TODO

API

wrr(items)

Returns: Function

TODO

License

MIT © Luke Edwards