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
8 lines (6 sloc) 126 Bytes
'use strict'
const sleep = require('./sleep')
module.exports = async timer => {
await sleep(1000 * timer)
return true
}
You can’t perform that action at this time.