UNPKG
delay-async
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
A Promise-based wrapper for setTimeout
github.com/expo/delay-async
expo/delay-async
delay-async
/
build
/
delayAsync.d.ts
2 lines
(1 loc)
•
63 B
TypeScript
View Raw
1
2
export
default
function
delayAsync
(
ms: number
):
Promise
<
void
>;