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
/
index.js
2 lines
(1 loc)
•
56 B
JavaScript
View Raw
1
2
module.exports
= require(
"./build/delayAsync"
).default
;