UNPKG
speed-limiter
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
Throttle the speed of streams
github.com/alxhotel/speed-limiter
alxhotel/speed-limiter
speed-limiter
/
index.js
8 lines
(6 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
Throttle
=
require
(
'./lib/throttle'
)
const
ThrottleGroup
=
require
(
'./lib/throttle-group'
)
module
.
exports
= {
Throttle
,
ThrottleGroup
}