Skip to main content
Module

x/cav/mod.ts>AnyCtx

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

Matches any valid context function. Useful for type constraints.

definition: Ctx<any>