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

Method eventNames

src/ProgressBar.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 public readonly startTime = Date.now();
55
56 eventNames(): Array<string> {
57 return Object.values(Events);
58 }
59
60 constructor({ current, total, title }: { current?: number, total?: number, title?: string } = {}) {
61 super()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected