0.0.2 • Published 6 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 wrrUsage
import wrr from 'wrr';
// TODOAPI
wrr(items)
Returns: Function
TODO
License
MIT © Luke Edwards