/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/client/src/links.ts
15 строк
551 B
Alex / KATT
feat(client): add `localLink` (#6806)
04 июн 2025, 18:21
Не верифицирован
04 июн 2025, 18:21
e54c2b3
Код
Авторство
О чём код?
export * from './links/types'; export * from './links/HTTPBatchLinkOptions'; export * from './links/httpBatchLink'; export * from './links/httpBatchStreamLink'; export * from './links/httpLink'; export * from './links/loggerLink'; export * from './links/splitLink'; export * from './links/wsLink/wsLink'; export * from './links/httpSubscriptionLink'; export * from './links/retryLink'; export * from './links/localLink'; // These are not public (yet) as we get this functionality from tanstack query // export * from './links/internals/dedupeLink';