UNPKG
@buttercup/channel-queue
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
A queue management library with channels
github.com/buttercup/channel-queue
buttercup/channel-queue
@buttercup/channel-queue
/
dist
/
index.d.ts
6 lines
(5 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
"./Channel"
;
export
*
from
"./ParallelChannel"
;
export
*
from
"./ChannelQueue"
;
export
*
from
"./Task"
;
export
*
from
"./types"
;