Skip to main content
Module

x/cav/mod.ts>AnySerializer

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

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

definition: Serializer<any, any>