Repository URL to install this package:
|
Version:
6.0.4 ▾
|
const sleep = (ms = 0) => new Promise(r => setTimeout(r, ms))
export default sleep