@nats-io/kv
Preparing search index...
KvCodecs
Type Alias KvCodecs
type
KvCodecs
=
{
key
:
KvCodec
<
string
>
;
value
:
KvCodec
<
Uint8Array
>
;
}
Index
Properties
key
value
Properties
key
key
:
KvCodec
<
string
>
Codec for Keys in the KV
value
value
:
KvCodec
<
Uint8Array
>
Codec for Data in the KV
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
value
@nats-io/kv
Loading...
Codec for Keys in the KV