data-cap
    Preparing search index...

    Interface DependencyModelConsumer

    Every proven edge originating from one consuming file.

    interface DependencyModelConsumer {
        edges: readonly DependencyEdge[];
        file: string;
    }
    Index
    edges: readonly DependencyEdge[]

    Every proven edge originating from this file, in scan order.

    file: string

    The consuming file.