UNPKG

knip

Version:

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

4 lines (3 loc) 220 B
import type { Cycle } from '../../session/types.js'; import type { ModuleGraph } from '../../types/module-graph.js'; export declare const findCycles: (graph: ModuleGraph, filePath: string, maxDepth?: number) => Cycle[];