UNPKG

knip

Version:

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

3 lines (2 loc) 159 B
import { type ParseResult } from 'oxc-parser'; export declare function extractSpecifiers(result: ParseResult, sourceText: string, filePath: string): string[];