unicode-1
v0.1.0
Published
<p align="center"> <a> <img src="./uniid.png" width = "1400px"/> </a> </p> <h1 align="center"> Unicode </h1>
Readme
What is Unicode?⚓
- Unicode is a npm package that generates unique code every time.
- It uses 5 layers of encryption.🏛
How to use Unicode?
Installation of package
npm i unicodeHow to import package?🖊
const {unicode}= require("uni-code");Uses👀
const {unicode}= require("uni-code");
let data="password";
const returnValue=unicode(data);
API's Available:✒
unicode("String");Note📃
- Passed Value must be a string. ✔
