Skip to main content
Module

x/cav/browser.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/browser.ts";

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

definition: Packer<any, any>