UNPKG

speed-limiter

Version:
8 lines (6 loc) 147 B
const Throttle = require('./lib/throttle') const ThrottleGroup = require('./lib/throttle-group') module.exports = { Throttle, ThrottleGroup }