Library API
    Preparing search index...

    Type Alias EntryOf<T>

    EntryOf: [KeyOf<T>, ValueOf<T>]
    🔍 Expanded Type Evaluation (Compiler API)
    type EntryOf<T> = [KeyOf<T>, ValueOf<T>]

    Constructs a tuple type representing a key-value entry pair from an object or array

    Type Parameters