Skip to content

Commit c58d6c4

Browse files
committed
feat(client): reexport EventPublisher
1 parent 10cdd81 commit c58d6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export * from './event-iterator'
55
export * from './types'
66
export * from './utils'
77

8-
export { onError, onFinish, onStart, onSuccess } from '@orpc/shared'
9-
export type { Registry, ThrowableError } from '@orpc/shared'
8+
export { EventPublisher, onError, onFinish, onStart, onSuccess } from '@orpc/shared'
9+
export type { EventPublisherOptions, EventPublisherSubscribeIteratorOptions, Registry, ThrowableError } from '@orpc/shared'
1010
export { ErrorEvent } from '@orpc/standard-server'

0 commit comments

Comments
 (0)