Skip to main content
Module

x/cav/client.ts>ClientType

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

Type constraint for the Client's type parameter.

definition: (
| Handler[]
| null
)