函数: httpBatchLink()
httpBatchLink<
TRouter
>(opts
):TRPCLink
<TRouter
>
类型参数
参数 |
---|
TRouter 扩展 Router < any , any , TRouter > |
参数
参数 | 类型 |
---|---|
opts | HTTPBatchLinkOptions < inferClientTypes < TRouter > > |
返回值
TRPCLink
< TRouter
>
源代码
packages/client/src/links/internals/createHTTPBatchLink.ts:44
使用 TypeDoc 和 typedoc-plugin-markdown 生成