Skip to content

Commit

Permalink
Re-Export ICrtError (#500)
Browse files Browse the repository at this point in the history
* Export ICrtError

---------

Co-authored-by: Bret Ambrose <[email protected]>
  • Loading branch information
bretambrose and Bret Ambrose committed Aug 29, 2024
1 parent cb9dd6b commit 5e32e6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions lib/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import {
iot,
mqtt,
mqtt5,
CrtError
CrtError,
ICrtError
} from 'aws-crt/dist.browser/browser';

export {
Expand All @@ -36,5 +37,6 @@ export {
iotshadow,
mqtt,
mqtt5,
CrtError
CrtError,
ICrtError
}
6 changes: 4 additions & 2 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import {
iot,
mqtt,
mqtt5,
CrtError
CrtError,
ICrtError
} from 'aws-crt';

export {
Expand All @@ -44,5 +45,6 @@ export {
iotshadow,
mqtt,
mqtt5,
CrtError
CrtError,
ICrtError
}

0 comments on commit 5e32e6f

Please sign in to comment.