Skip to content

Commit

Permalink
chore: export isPutioAPIErrorResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Nov 18, 2023
1 parent 78de5c6 commit e397e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export * from './resources/Sharing/types'
export * from './resources/Transfers/types'
export * from './resources/User/types'

export { isPutioAPIError } from './utils'
export { isPutioAPIError, isPutioAPIErrorResponse } from './utils'
export { PutioAPIClient as default } from './client'

0 comments on commit e397e46

Please sign in to comment.