Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/browser/mod.ts>AnyPacker

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

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

definition: Packer<any, any>