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

x/typed_rpc/src/server.ts>isJsonRpcRequest

Lightweight JSON-RPC solution for TypeScript projects
Go to Latest
function isJsonRpcRequest
import { isJsonRpcRequest } from "https://deno.land/x/typed_rpc@v3.0.0/src/server.ts";

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

Parameters

req: any