Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: write string into output buffer as uint8array (#118)
We cannot call `.write` on `buf` as it is a `Uint8Array` not a node buffer
- Loading branch information