UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

3 lines (2 loc) 187 B
export declare function parseCodeowners(content: string): (filePath: string) => string[]; export declare function createOwnershipEngine(filePath: string): (filePath: string) => string[];