ixfx
    Preparing search index...

    Type Alias ExpiringMapEvent<K, V>

    Event from the ExpiringMap

    type ExpiringMapEvent<K, V> = {
        key: K;
        value: V;
    }

    Type Parameters

    • K
    • V
    Index

    Properties

    Properties

    key: K
    value: V