topological-sort-group
    Preparing search index...

    Interface DependencyGraph<T>

    interface DependencyGraph<T> {
        dependencies: Record<string, string[]>;
        nodes: Record<string, T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    dependencies: Record<string, string[]>
    nodes: Record<string, T>