UNPKG

yoctodelay

Version:

Delay a promise a specified amount of time

1 lines 49 B
export default d=>new Promise(r=>setTimeout(r,d))