Asynchronously wait for time to pass
The _.sleep function allows you to delay in milliseconds.
_.sleep
import * as _ from 'radashi' await _.sleep(2000) // => waits 2 seconds