Skip to content

Commit cf4aeb3

Browse files
committed
fix(client): missing export createSafeClient
1 parent 77a79df commit cf4aeb3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/client/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from './client'
2+
export * from './client-safe'
23
export * from './dynamic-link'
34
export * from './error'
45
export * from './event-iterator'

0 commit comments

Comments
 (0)