Skip to content

Commit 1948b79

Browse files
committed
#95 Remove named export
1 parent 25f2971 commit 1948b79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

big.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ P.valueOf = P.toJSON = function () {
917917
// Export
918918

919919

920-
export var Big = _Big_();
920+
var Big = _Big_();
921+
Big.Big = Big;
921922

922923
export default Big;

0 commit comments

Comments
 (0)