Member Junction
    Preparing search index...

    Dependency graph structure

    interface DependencyGraph {
        nodes: Map<string, DependencyNode>;
        roots: Set<string>;
    }
    Index

    Properties

    Properties

    nodes: Map<string, DependencyNode>
    roots: Set<string>