hex2ascii
v0.0.3
Published
Convert hex to ascii.
Downloads
4,027
Readme
hex2ascii
Convert hex to ascii in JavaScript.
Install
npm install hex2ascii
Docs
hex2ascii(hex)
- {string} hex - required hex string
Usage
const hex2ascii = require('hex2ascii')
console.log(hex2ascii('0x68656c6c6f20776f726c64')) // "hello world"
Test
npm test
License
MIT