Closed hhsaez closed 4 years ago
In this PR I'm adding MessageWriter to the exported entities so we can use it in external projects. In addition, I'm using Buffer.allocUnsafe instead of new Buffer as suggested by @MatthewSteel to prevent warnings.
Buffer.allocUnsafe
new Buffer
Testing: all existing tests must pass
(I'd bump the minor version since it's an API change; patch is just for bugfixes; but also it doesn't matter much 😄 🤷 )
Merged this so it can go in with #76
In this PR I'm adding MessageWriter to the exported entities so we can use it in external projects. In addition, I'm using
Buffer.allocUnsafe
instead ofnew Buffer
as suggested by @MatthewSteel to prevent warnings.Testing: all existing tests must pass