Skip to main content
Module

x/cav/mod.ts>AnyRpc

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

Alias for an Rpc with any init type. Useful for type constraints.

definition: Rpc<AnyRpcInit>