Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4/dom.ts";

Type constraint for the Client's type parameter.

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