buffer icon indicating copy to clipboard operation
buffer copied to clipboard

Missing alias for writeBigUint64BE / LE

Open ViktorWb opened this issue 1 year ago • 2 comments
trafficstars

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.

ViktorWb avatar Feb 11 '24 19:02 ViktorWb

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 avatar May 28 '24 14:05 Le0X8

Duplicate: #318

Le0X8 avatar May 28 '24 14:05 Le0X8