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 481d352 commit da0c386Copy full SHA for da0c386
modules/index.js
@@ -1,4 +1,4 @@
1
-import tslib from '../tslib.js';
+import * as tslib from '../tslib.js';
2
const {
3
__extends,
4
__assign,
@@ -25,7 +25,7 @@ const {
25
__classPrivateFieldGet,
26
__classPrivateFieldSet,
27
__classPrivateFieldIn,
28
-} = tslib;
+} = tslib.default || tslib;
29
export {
30
31
0 commit comments