Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit c2b1746

Browse files
committed
1 parent 3830f5b commit c2b1746

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import tslib from '../tslib.js';
1+
import * as tslib from '../tslib.js';
2+
23
const {
34
__extends,
45
__assign,
@@ -23,7 +24,7 @@ const {
2324
__importDefault,
2425
__classPrivateFieldGet,
2526
__classPrivateFieldSet,
26-
} = tslib;
27+
} = tslib.default || tslib;
2728
export {
2829
__extends,
2930
__assign,

0 commit comments

Comments
 (0)