Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function BetterProgressBar (format, count) {
ProgressBar.call(this, format, { total: count, width: 25 })
this.tick(0)
}