@nats-io/kv
    Preparing search index...

    Type Alias KvCodecs

    type KvCodecs = {
        key: KvCodec<string>;
        value: KvCodec<Uint8Array>;
    }
    Index

    Properties

    Properties

    key: KvCodec<string>

    Codec for Keys in the KV

    value: KvCodec<Uint8Array>

    Codec for Data in the KV