UNPKG

knip

Version:

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

4 lines (3 loc) 239 B
import type { ContentionDetails } from '../../session/types.ts'; import type { ModuleGraph } from '../../types/module-graph.ts'; export declare const getContention: (graph: ModuleGraph, filePath: string) => Map<string, ContentionDetails>;