415gotit
This commit is contained in:
4
node_modules/@msgpack/msgpack/dist.esm/utils/prettyByte.mjs
generated
vendored
Normal file
4
node_modules/@msgpack/msgpack/dist.esm/utils/prettyByte.mjs
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export function prettyByte(byte) {
|
||||
return `${byte < 0 ? "-" : ""}0x${Math.abs(byte).toString(16).padStart(2, "0")}`;
|
||||
}
|
||||
//# sourceMappingURL=prettyByte.mjs.map
|
||||
Reference in New Issue
Block a user