Edit File: count-total-deps-in-tree.d.ts
import { DepTree } from '../types'; export declare function countTotalDependenciesInTree(depTree: DepTree): number;
Back to File Manager