Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface KvCodecs
import { type KvCodecs } from "https://deno.land/x/natsws@v1.27.0/src/mod.ts";

Properties

key: KvCodec<string>

Codec for Keys in the KV

value: KvCodec<Uint8Array>

Codec for Data in the KV