UNPKG

81 BJavaScriptView Raw
1module.exports = (ms = 1) => new Promise(resolve =>
2 setTimeout(resolve, ms)
3)
\No newline at end of file