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

x/typed_rpc/src/server.ts

Lightweight JSON-RPC solution for TypeScript projects
Go to Latest
import * as typedRpc from "https://deno.land/x/typed_rpc@v4.2.2/src/server.ts";

Functions

Type guard to check if a given object is a valid JSON-RPC request.

Type Aliases

Signature that all RPC methods must adhere to.

Valid RPC return types that can be serialized.

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