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.
1 parent cb9dd6b commit 5e32e6fCopy full SHA for 5e32e6f
lib/browser.ts
@@ -22,7 +22,8 @@ import {
22
iot,
23
mqtt,
24
mqtt5,
25
- CrtError
+ CrtError,
26
+ ICrtError
27
} from 'aws-crt/dist.browser/browser';
28
29
export {
@@ -36,5 +37,6 @@ export {
36
37
iotshadow,
38
39
40
41
42
}
lib/index.ts
@@ -28,7 +28,8 @@ import {
30
31
32
33
} from 'aws-crt';
34
35
@@ -44,5 +45,6 @@ export {
44
45
46
47
48
49
50
0 commit comments