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>isJsonRpcRequest

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

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

Parameters

req: any