0.1.1 • Published 4 years ago

unicodegen v0.1.1

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

What is uni-code?

  • Uni-code is a npm package that generates random code each time.
  • It uses 5 layers of encryption.

How to import package?

  const {uniocde}= require("uni-code");

Uses

  const {uniocde}= require("uni-code");
  let data="password";
  const returnValue=unicode(data);

API's Available:

unicode();

Note

  • Passed Value can be anything.