MCPcopy Create free account
hub / github.com/NathanPB/progress.js / download-lib.ts

File download-lib.ts

docs/example/download-lib.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {initSimpleBar, ProgressBar, Tokens} from '@nathanpb/progress';
2import download from 'download'
3
4const bar = new ProgressBar({ title: 'Download Progress' })

Callers

nothing calls this directly

Calls 4

initSimpleBarFunction · 0.85
tickMethod · 0.80
progressMethod · 0.65
rateMethod · 0.65

Tested by

no test coverage detected