Skip to main content
Module

x/cav/mod.ts>AnyRpcInit

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

Matches any RpcInit. Useful for type constraints.

definition: RpcInit<any, AnyParser | null, AnyCtx | null, AnyParser | null, AnyParser | null, boolean | null>