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

x/typed_rpc/src/test/service.ts>service

Lightweight JSON-RPC solution for TypeScript projects
Go to Latest
variable service
import { service } from "https://deno.land/x/typed_rpc@v4.2.2/src/test/service.ts";

type

{ hello(name: string); greet(hello: string, name?); sorry(name: string, data?: unknown): string; echoHeader(name: string): string | string[] | undefined; }