0.3.0 β€’ Published 4 years ago

uni-codeee v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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 unicode

How 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");

ThankYou ❀