UNPKG
@ibradecode/bails
Version:
latest (1.1.1)
1.1.1
1.0.0
WhatsApp API
www.npmjs.com/package/@ibradecode/bails
@ibradecode/bails
/
lib
/
Signal
/
Group
/
queue-job.d.ts
2 lines
(1 loc)
•
103 B
TypeScript
View Raw
1
2
export
default
function
queueJob<T>(
bucket
:
string
|
number
,
awaitable
:
() =>
Promise
<T>):
Promise
<T>;