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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 9, 2020
1 parent 3830f5b commit c2b1746
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import tslib from '../tslib.js';
import * as tslib from '../tslib.js';

const {
__extends,
__assign,
Expand All @@ -23,7 +24,7 @@ const {
__importDefault,
__classPrivateFieldGet,
__classPrivateFieldSet,
} = tslib;
} = tslib.default || tslib;
export {
__extends,
__assign,
Expand Down

0 comments on commit c2b1746

Please sign in to comment.