0.0.1 • Published 11 months ago

@wing-tool/array-buffer v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

@wing-tool/ray-buffer

import ArrayBufferHelper from '@wing-tool/date-tool';

const ab = new Uint8Array([55, 55, 55]);

const hexArr = ArrayBufferHelper.arrayBuffer2HexArray(ab);
const hexs = ArrayBufferHelper.arrayBuffer2Hex(ab);
0.0.1

11 months ago