Function: createTRPCClient()
createTRPCClient<
TRouter>(opts):TRPCClient<TRouter>
Deprecated
use createTRPCProxyClient instead
Type parameters
| Parameter |
|---|
TRouter extends Router< AnyRouterDef< AnyRootConfig, any >, TRouter > |
Parameters
| Parameter | Type |
|---|---|
opts | CreateTRPCClientOptions< TRouter > |
Returns
TRPCClient< TRouter >
Source
packages/client/src/createTRPCClient.ts:59
Generated using TypeDoc and typedoc-plugin-markdown