UNPKG

array-buffer-to-hex

Version:

Turn an `ArrayBuffer` into a string of hexadecimal characters.

3 lines (2 loc) 95 B
declare function arrayBufferToHex (arrayBuffer: ArrayBuffer): string export = arrayBufferToHex