Skip to main content
Module

x/cav/pack.ts>Packers

A server framework for Deno
Go to Latest
type alias Packers
import { type Packers } from "https://deno.land/x/cav@0.0.14/pack.ts";

A Record of Packers. Packer keys are used to tag packed values on the output JSON, which is required in order to correctly unpack the value on the other side.

definition: Record<string, AnyPacker | null>