Missing alias for writeBigUint64BE / LE
Open
- Dominant language
- JavaScript
- Stars
- 1.9k
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
Node exposes aliases for the `writeBigUInt64BE` and `writeBigUInt64LE` functions as `writeBigUint64BE` and `writeBigUint64LE` respectively (the difference is the capitalization of the i).
See the Node documentation [here](https://nodejs.org/api/buffer.html#bufwritebiguint64bevalue-offset).
The other write functions, such as `writeUInt32BE`, have their aliases properly implemented in this library, but the bigint ones seem to be missing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.