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.
isSuccess
1 parent 13c4d71 commit de99466Copy full SHA for de99466
src/client/index.ts
@@ -5,3 +5,4 @@ export * as limit from './utils/limit'
5
export { RequestFailureError } from './errors/RequestFailureError'
6
export { AuthorizationError } from './errors/AuthorizationError'
7
export type { PaginatedOption } from './utils/paginate'
8
+export { isSuccess } from './utils/response'
0 commit comments