UNPKG
tellots
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
An elegant Javascript library around the Tello SDK (Drone)
github.com/siokas/tellojs
siokas/tellojs
tellots
/
src
/
helpers.ts
3 lines
•
95 B
text/typescript
View Raw
1
2
3
export
function
sleep
(
ms: number
) {
return
new
Promise
(
resolve
=>
setTimeout
(resolve, ms)); }