Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface KvCodecs
import { type KvCodecs } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";

Properties

key: KvCodec<string>

Codec for Keys in the KV

value: KvCodec<Uint8Array>

Codec for Data in the KV