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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    570
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    570
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i hex2ascii

Weekly Downloads

570

Version

0.0.3

License

MIT

Last publish

Collaborators

  • miguelmota