You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node exposes aliases for the writeBigUInt64BE and writeBigUInt64LE functions as writeBigUint64BE and writeBigUint64LE respectively (the difference is the capitalization of the i).
Node exposes aliases for the
writeBigUInt64BE
andwriteBigUInt64LE
functions aswriteBigUint64BE
andwriteBigUint64LE
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.The text was updated successfully, but these errors were encountered: