ixfx
    Preparing search index...

    Type Alias ExpiringMapEvent<K, V>

    ExpiringMapEvent: { key: K; value: V }

    Event from the ExpiringMap

    Type Parameters

    • K
    • V

    Type declaration

    • Readonlykey: K
    • Readonlyvalue: V