feross / feross/buffer

Missing alias for writeBigUint64BE / LE

Open
#353 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.