Type Alias CountProgressCallback

CountProgressCallback: ((completed: number, total: number) => void)

Primitive (completed, total) progress callback used by extraction loops, keeping them decoupled from the ProgressEvent contract — a ProgressTracker maps these into events at the loader layer.