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
=== jsBytes ===
A collection of handy helper functions for working with arrays of bytes in JavaScript.
--- Example Usage ---
var bytes = jsBytes.int32ToBytes(-2);
var negativeTwo = jsBytes.littleEndianBytesToSignedInt32(bytes);
About
Handy helper functions for working with byte arrays in JavaScript.