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
/
tools.d.ts
2 lines
(1 loc)
•
92 B
TypeScript
View Raw
1
2
export
declare
function
timeLimit<T>(
promise
:
Promise
<T>,
time
:
number
):
Promise
<T |
void
>;