Skip to main content
Module

x/cav/pack.ts>AnyPacker

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

Type alias representing a Packer with any input or output type. Useful for type constraints.

definition: Packer<any, any>