hexify

1.0.4 • Public • Published

hexify

Hex conversion utils.

Build Status

examples:

  hexify.toHexString([0x00, 0xFF, 0x6C, 0x0A]) === '00ff6c0a'
  hexify.toByteArray('00ff6c0a') === [0x00, 0xFF, 0x6C, 0x0A]

Readme

Keywords

none

Package Sidebar

Install

npm i hexify

Weekly Downloads

283

Version

1.0.4

License

ISC

Unpacked Size

1.97 kB

Total Files

5

Last publish

Collaborators

  • tomkp