Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/rpc.ts>AnyRpcInit

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

Matches any given RpcInit. Useful for type constraints.

definition: RpcInit<any, Parser<Record<string, string> | undefined, any> | null, Ctx<any> | null, Parser<Record<string, string | string[]> | undefined, any> | null, Parser<any, any> | null, boolean | null>