hex2ascii

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i hex2ascii

Weekly Downloads

596

Version

0.0.3

License

MIT

Last publish

Collaborators

  • miguelmota