UNPKG

code-graph-generator

Version:

Generate Json Object of code that can be used to generate code-graphs for JavaScript/TypeScript/Range projects

3 lines (2 loc) 128 B
import { CodeGraph } from '../types/interfaces'; export declare function analyzeRelationships(codeGraph: CodeGraph): CodeGraph;