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

An interface for encoding and decoding values before they are stored or returned to the client.

Methods

encode(k: T): T
decode(k: T): T