(options: NumberFormat = {})
| 45 | formatNumber(bar.current, options) |
| 46 | |
| 47 | export const total = (options: NumberFormat = {}):Token => bar => |
| 48 | formatNumber(bar.total, options) |
| 49 | |
| 50 | export const title = (): Token => bar => |
| 51 | bar.title |
nothing calls this directly
no test coverage detected