hide-info
v0.0.4
Published
this package will hide some infomation what is sensitive
Downloads
3
Readme
hide-info
How to use?
- install package
npm i hide-info -D
- usage
const HIDE = require('hide-info');
const f = '1234567898765'
const b = HIDE(f,3,3)
console.log(b) // 123*******765