UNPKG

knip

Version:

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

4 lines (3 loc) 205 B
import type { ImportNode } from '../../types/imports.js'; import type { BoundSourceFile } from '../SourceFile.js'; export declare const collectCustomImports: (sourceFile: BoundSourceFile) => ImportNode[];