Skip to content

Commit c68ce2d

Browse files
committed
fix(contract): cannot be named without a reference AsyncIteratorClass
1 parent 3b15fc2 commit c68ce2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/contract/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ export * from './types'
1919

2020
export { ORPCError } from '@orpc/client'
2121
export type { HTTPMethod, HTTPPath } from '@orpc/client'
22+
export { AsyncIteratorClass } from '@orpc/shared'
2223
export type { Registry, ThrowableError } from '@orpc/shared'

0 commit comments

Comments
 (0)