Skip to content

Commit

Permalink
fix: xmr sdk load
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmorizon committed Oct 16, 2023
1 parent ccfe635 commit 039ba89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8578,3 +8578,6 @@ else if (typeof define === 'function' && define['amd'])
});
else if (typeof exports === 'object')
exports['instantiate'] = MyMoneroLibAppCpp;


export default MyMoneroLibAppCpp;
Original file line number Diff line number Diff line change
Expand Up @@ -818,3 +818,5 @@ else if (typeof define === 'function' && define['amd'])
return instantiate;
});
else if (typeof exports === 'object') exports['instantiate'] = instantiate;

export default instantiate;

0 comments on commit 039ba89

Please sign in to comment.