assetdrain
Version:
🧹 A blazing-fast CLI to detect and clean unused assets from your codebase with interactive UX.
8 lines (7 loc) • 343 B
TypeScript
export declare const defaultAssetExts: string[];
export declare const imageExts: string[];
export declare const gifExts: string[];
export declare const videoExts: string[];
export declare const audioExts: string[];
export declare const defaultCodeExts: string[];
export declare const getExtensionsPattern: (extensions?: string[]) => string[];