Skip to main content
Module

x/cav/dom.ts>ClientType

A server framework for Deno
Go to Latest
type alias ClientType
import { type ClientType } from "https://deno.land/x/cav@0.2.0-alpha.5/dom.ts";

Type constraint for the Client's type parameter.

definition: (
| Handler[]
| string
| null
)