UNPKG

assetdrain

Version:

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

2 lines (1 loc) • 117 B
export declare function scanForImages(baseDir: string, extensions?: string[], ignore?: string[]): Promise<string[]>;