0.0.2 • Published 5 years ago
@lukeed/wrr v0.0.2
wrr
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