Skip to content

Mrkouhadi/userUID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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')`
You can add two OPTIONAL arguments: name (string) and age (number)
`id('MrKouhadi', 30)`
or
`id()`

Releases

No releases published

Packages

No packages published