MCPcopy Create free account
hub / github.com/NathanPB/progress.js / total

Function total

src/token.ts:47–48  ·  view source on GitHub ↗
(options: NumberFormat = {})

Source from the content-addressed store, hash-verified

45 formatNumber(bar.current, options)
46
47export const total = (options: NumberFormat = {}):Token => bar =>
48 formatNumber(bar.total, options)
49
50export const title = (): Token => bar =>
51 bar.title

Callers

nothing calls this directly

Calls 1

formatNumberFunction · 0.90

Tested by

no test coverage detected