Skip to content

Commit

Permalink
feat(upload-client): export CancelError from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Dec 21, 2023
1 parent 62cc416 commit 7adf799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/upload-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export {
CustomUserAgent,
CustomUserAgentFn,
CustomUserAgentOptions,
GetUserAgentOptions
GetUserAgentOptions,
CancelError
} from '@uploadcare/api-client-utils'
export { Queue } from './tools/Queue'

Expand Down

0 comments on commit 7adf799

Please sign in to comment.