@tsdotnet/ordered-registry - v1.1.7
    Preparing search index...

    Type Alias KeyValuePair<TKey, TValue>

    type KeyValuePair<TKey, TValue> = {
        key: TKey;
        value: TValue;
    }

    Type Parameters

    • TKey
    • TValue
    Index

    Properties

    Properties

    key: TKey
    value: TValue