Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface KvCodecs
import { type KvCodecs } from "https://deno.land/x/natsws@v1.29.2/src/mod.ts";

Properties

key: KvCodec<string>

Codec for Keys in the KV

value: KvCodec<Uint8Array>

Codec for Data in the KV