UNPKG
@libra-opensource/client-sdk-typescript
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
Diem client SDK
github.com/diem/client-sdk-typescript
diem/client-sdk-typescript
@libra-opensource/client-sdk-typescript
/
dist
/
utils
/
sleep.d.ts
2 lines
(1 loc)
•
62 B
TypeScript
View Raw
1
2
export
default
function
sleep
(
millis: number
):
Promise
<
void
>;