UNPKG

dir-analysis-tool

Version:

A comprehensive cross-platform CLI tool for advanced directory analysis with file classification, duplicate detection, large file identification, interactive mode, HTML reports, and multiple export formats. Perfect for disk cleanup, storage audits, and pr

9 lines 370 B
import { ProgressCallback } from './types'; export declare class ProgressBar { private static readonly BAR_LENGTH; private lastUpdateTime; private readonly updateInterval; show(current: number, total: number, currentPath?: string): void; static createCallback(enabled?: boolean): ProgressCallback | undefined; } //# sourceMappingURL=progress.d.ts.map