Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombshell-dev/clack
/ ProgressResult
Interface
ProgressResult
packages/prompts/src/progress-bar.ts:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
export
interface
ProgressResult extends SpinnerResult {
19
advance(step?: number, msg?: string): void;
20
}
21
22
export
function
progress({
23
style =
'heavy'
,
Callers
2
progress-bar.test.ts
File · 0.80
fakeProgress
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected