chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* wait async
|
||||
* @param {*} time
|
||||
*/
|
||||
module.exports = time => new Promise(resolve => setTimeout(resolve, time))
|
||||
Reference in New Issue
Block a user