Mwni / xrplkit

Modular library for working with the XRP Ledger
7 stars 1 forks source link

Support for cjs #3

Open tequdev opened 1 year ago

tequdev commented 1 year ago

Rewrite the code in Typescript and output cjs and esm.

At the time the PR was created, it has not been tested to work, so it needs to be thoroughly checked before merging.

Special emphasis should be placed on testing because of the changes to the XFL process.

Also, as we add type definitions in the future, it will be easier for users of this library to use!