UNPKG
@reclaimprotocol/tls
Version:
latest (0.1.2)
0.1.2
0.1.0
0.0.8
0.0.6
0.0.4
0.0.2
0.0.1
WebCrypto Based Cross Platform TLS
github.com/reclaimprotocol/tls/
@reclaimprotocol/tls
/
lib
/
utils
/
make-queue.d.ts
4 lines
(3 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
export
declare
const
makeQueue
:
() =>
{ enqueue<A
extends
any
[], R, T
extends
(...
args
: A) => R>(
code
: T, ...
args
: A):
Promise
<R>; };