nanokv
    Preparing search index...

    Type Alias KvPair<K, V>

    type KvPair<K = KvKey, V = any> = {
        key: K;
        value: V;
    }

    Type Parameters

    Index

    Properties

    Properties

    key: K
    value: V