als-unhooked
    Preparing search index...

    Type Alias Dictionary<K, V>

    Dictionary:
        | (K extends PropertyKey ? Record<K, V> : never)
        | Map<K, V>
        | MapLike<K, V>

    Represents either a normal javascript object or one implementing a MapLike interface

    Type Parameters

    • K
    • V