| 1 | import {Events, initMultiBar, ProgressBar, Tokens} from "@nathanpb/progress"; |
| 2 | |
| 3 | const bar1 = new ProgressBar({ total: 100, title: 'Bar 1' }) |
| 4 | const bar2 = new ProgressBar({ current: 50, total: 300, title: 'Bar Foo' }) |
nothing calls this directly
no test coverage detected