MCPcopy Create free account
hub / github.com/NathanPB/progress.js / custom-token.ts

File custom-token.ts

docs/example/custom-token.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {initSimpleBar, ProgressBar, Token, Tokens} from '@nathanpb/progress'
2
3export const myCustomToken: Token = bar => `This is the bar ${bar.title}`
4

Callers

nothing calls this directly

Calls 3

initSimpleBarFunction · 0.85
eventsTokenFunction · 0.85
progressMethod · 0.65

Tested by

no test coverage detected