UNPKG

knip

Version:

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

4 lines (3 loc) 211 B
import type { Comment } from 'oxc-parser'; export declare const EMPTY_TAGS: Set<string>; export declare function buildJSDocTagLookup(comments: Comment[], sourceText: string): (nodeStart: number) => Set<string>;