topological-sort-group
    Preparing search index...

    Interface DuplicateKey<T>

    interface DuplicateKey<T = Key> {
        key: Key;
        values: T[];
    }

    Type Parameters

    Index

    Properties

    Properties

    key: Key
    values: T[]