adamhalasz / uniqid

Unique ID Generator
https://adamhalasz.com
617 stars 49 forks source link

Characters length #28

Open ggepenyan opened 5 years ago

ggepenyan commented 5 years ago

Is there any way to set characters length. Because it's not fixed. But I really need it to be fixed length

elig0n commented 5 years ago

I think it's best if you do it in your own code, i.e. check the output length and fill with a repetition or a filler of some sort.

ggepenyan commented 5 years ago

I'm going to remove this package from my project