We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EventPublisher
1 parent 10cdd81 commit c58d6c4Copy full SHA for c58d6c4
packages/client/src/index.ts
@@ -5,6 +5,6 @@ export * from './event-iterator'
5
export * from './types'
6
export * from './utils'
7
8
-export { onError, onFinish, onStart, onSuccess } from '@orpc/shared'
9
-export type { Registry, ThrowableError } from '@orpc/shared'
+export { EventPublisher, onError, onFinish, onStart, onSuccess } from '@orpc/shared'
+export type { EventPublisherOptions, EventPublisherSubscribeIteratorOptions, Registry, ThrowableError } from '@orpc/shared'
10
export { ErrorEvent } from '@orpc/standard-server'
0 commit comments