Skip to main content
Module

x/lightrpc/mod.ts>clientFunc

Light, simple, type-safe RPC for Typescript.
Latest
function clientFunc
import { clientFunc } from "https://deno.land/x/lightrpc@1.0.0/mod.ts";

Type Parameters

T extends { [key: string]: (...args: any[]) => unknown; }

Parameters

endPoint: string
optional
headers: { [key: string]: string; }
optional
credentials: RequestCredentials