UNPKG

knip

Version:

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

13 lines (12 loc) 303 B
export declare class YamlCatalogPeeker { private fileContent; private lines; private sections; private ready; constructor(fileContent: string); private init; getLocation(parentSymbol: string, symbol: string): { line: number; col: number; } | undefined; }