Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
7 lines (6 sloc) 108 Bytes
'use strict'
module.exports = ms => {
return new Promise(resolve => {
setTimeout(resolve, ms)
})
}
You can’t perform that action at this time.