0.0.1 • Published 5 years ago

memiutil v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

memiutil

install

$ npm i memiutil --save
# or
$ yarn add memiutil

use

const memiutil = require('memiutil')

const bf = Buffer.from([0x01, 0x02])

const s = memiUtil.buf2hexStr(bf)
console.log(s) // 0x01 0x02
0.0.1

5 years ago