Skip to content

kaisarsnippets/js-hex2str

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEX2STR

[js] Translate hexadecimal to human-readable text.

Install

npm install kc-hex2str

Use

var hex2str = require('kc-hex2str');
var str = hex2str('00480065006c006c006f');
console.log(str);

About

[js] Translate hexadecimal to human-readable text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published