UNPKG

assetdrain

Version:

🧹 A blazing-fast CLI to detect and clean unused assets from your codebase with interactive UX.

2 lines (1 loc) • 172 B
export declare function scanForUsages(projectRoot: string, assetPaths: string[], codeExtensions?: string[], concurrency?: number, ignore?: string[]): Promise<Set<string>>;