ixfx
    Preparing search index...

    Type Alias IDictionary<K, V>

    type IDictionary<K, V> = {
        get(key: K): undefined | V;
        set(key: K, value: V): void;
    }

    Type Parameters

    • K
    • V
    Index

    Methods

    Methods