UNPKG
syarikat-selatan
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.0
Whatsapp Api Socket
github.com/nstar-y/bail
syarikat-selatan
/
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>;