UNPKG

@yubing744/rooch-sdk

Version:
8 lines (7 loc) 154 B
function uint8Array2SeqNumber(bytes) { return Array.from(bytes, (byte) => byte); } export { uint8Array2SeqNumber }; //# sourceMappingURL=bytes.js.map