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 · 2 comments
Open

Missing alias for writeBigUint64BE / LE #353

ViktorWb opened this issue Feb 11, 2024 · 2 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.

@Le0X8
Copy link

Le0X8 commented May 28, 2024

Is this an issue with the types? Then I fixed it within this pull request: #360

Edit: It isn't. The alias is literally missing here and here.

@Le0X8
Copy link

Le0X8 commented May 28, 2024

Duplicate: #318

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

2 participants