Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typed_rpc/src/server.ts>RpcService

Lightweight JSON-RPC solution for TypeScript projects
Go to Latest
type alias RpcService
import { type RpcService } from "https://deno.land/x/typed_rpc@v5.1.0/src/server.ts";

Type for RPC services that makes sure that all return values can be serialized.

definition: [K in keyof T]: RpcServiceProp<T[K]>