unicode_covertor
v1.0.0
Published
In this Repo , We convert Text to Unicode value and Unicode to Text value
Downloads
4
Maintainers
Readme
Unicode_Convertor
In this Repo , We convert the Text to Unicode value and Unicode to Text value
How to use this package
npm i unicode_convertor
Example
let { toText, toUnicode } = require('unicode_convertor');
toUnicode('Hello User');
toText('00480065006c006c006f00200055007300650072');