1.0.1 • Published 11 months ago

unicode_convertor v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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');