@lukeed/wrr
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i @lukeed/wrr

Weekly Downloads

65

Version

0.0.2

License

MIT

Unpacked Size

3.59 kB

Total Files

7

Last publish

Collaborators

  • lukeed