Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typed_rpc/src/client.ts>rpcClient

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

Type Parameters

T extends object

Parameters

url: string
optional
options: RpcOptions