useruid
v1.1.1
Published
useruid is used t generate a very unique user id
Downloads
2
Readme
useruid is a very simple and light(less than 2kB) package that can help you generate your own unique id, and also you can add username(string) and age(number) as arguments to make the id specific
install :
`npm install useruid`
Usage :
`const id = require('userUId')`
`id('MrKouhadi', 30)`
or
`id()`