Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing alias for writeBigUint64BE / LE #353

Open
ViktorWb opened this issue Feb 11, 2024 · 0 comments
Open

Missing alias for writeBigUint64BE / LE #353

ViktorWb opened this issue Feb 11, 2024 · 0 comments

Comments

@ViktorWb
Copy link

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.

The other write functions, such as writeUInt32BE, have their aliases properly implemented in this library, but the bigint ones seem to be missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant