Skip to content

Commit 5e32e6f

Browse files
bretambroseBret Ambrose
andauthored
Re-Export ICrtError (#500)
* Export ICrtError --------- Co-authored-by: Bret Ambrose <bambrose@amazon.com>
1 parent cb9dd6b commit 5e32e6f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

lib/browser.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import {
2222
iot,
2323
mqtt,
2424
mqtt5,
25-
CrtError
25+
CrtError,
26+
ICrtError
2627
} from 'aws-crt/dist.browser/browser';
2728

2829
export {
@@ -36,5 +37,6 @@ export {
3637
iotshadow,
3738
mqtt,
3839
mqtt5,
39-
CrtError
40+
CrtError,
41+
ICrtError
4042
}

lib/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ import {
2828
iot,
2929
mqtt,
3030
mqtt5,
31-
CrtError
31+
CrtError,
32+
ICrtError
3233
} from 'aws-crt';
3334

3435
export {
@@ -44,5 +45,6 @@ export {
4445
iotshadow,
4546
mqtt,
4647
mqtt5,
47-
CrtError
48+
CrtError,
49+
ICrtError
4850
}

0 commit comments

Comments
 (0)