Skip to content

Commit de99466

Browse files
committed
feat: export isSuccess
1 parent 13c4d71 commit de99466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ export * as limit from './utils/limit'
55
export { RequestFailureError } from './errors/RequestFailureError'
66
export { AuthorizationError } from './errors/AuthorizationError'
77
export type { PaginatedOption } from './utils/paginate'
8+
export { isSuccess } from './utils/response'

0 commit comments

Comments
 (0)