Hex encode & decode string
npm install hex-encode-decode> Hex encode & decode string
- Install
- Usage
- Contribute
- License
This project uses node and npm.
``sh`
$ npm install hex-encode-decode
$ # OR
$ yarn add hex-encode-decode
`js
const { encode, decode } = require('./')
console.log(encode('hello'), decode('68656c6c6f')) // 68656c6c6f hello
`
1. Fork it and create your feature branch: git checkout -b my-new-featuregit commit -am "Add some feature"
2. Commit your changes: git push origin my-new-feature`
3. Push to the branch:
4. Submit a pull request
MIT