UNPKG

knip

Version:

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

5 lines (4 loc) 273 B
import type { Identifier, ModuleGraph } from '../../types/module-graph.js'; export declare const isReferenced: (graph: ModuleGraph, entryPaths: Set<string>, filePath: string, id: Identifier, options: { includeEntryExports: boolean; }) => [boolean, string | undefined];