Comparing version 1.0.5 to 1.0.6
// time string is the desired delay time | ||
module.exports = async function(time) { | ||
const delay = require('delay'); | ||
const humanInterval = require('human-interval'); | ||
const delay = require('delay'); | ||
const humanInterval = require('human-interval'); | ||
console.log('waiting for' + time); | ||
await delay(humanInterval(time)); | ||
console.log('waiting for ' + time); | ||
await delay(humanInterval(time)); | ||
} |
@@ -38,3 +38,3 @@ { | ||
}, | ||
"version": "1.0.5" | ||
"version": "1.0.6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3240