pawelzwronek
Results
12
comments of
pawelzwronek
I was looking for 'timer' and found out only that some 'auctioneer time keeper' is strictly forbidden. Our timer is very generic and manually started so there is a chance...
Here is my solution ```javascript class MyBar extends cliProgress.SingleBar { constructor(total = 0, start = 0, suffix = '') { super({ format: `{bar} {percentage}% | ETA: {eta_formatted} | {value}/{total}${suffix ?...