Skip to main content
Module

x/cav/mod.ts>AnyRpc

A server framework for Deno
Go to Latest
type alias AnyRpc
Re-export
import { type AnyRpc } from "https://deno.land/x/cav@0.0.8/mod.ts";

Alias for an Rpc with any resolver or init types. Useful for type constraints.

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