UNPKG

dvf-client-js

Version:

<img src="https://avatars1.githubusercontent.com/u/56512535?s=200&v=4" align="right" />

7 lines (4 loc) 127 B
const sleep = async time => new Promise(resolve => setTimeout(resolve, time * 1000 || 10000)); module.exports = { sleep }