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

Commit

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

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

0 comments on commit 9da1f4f

Please sign in to comment.