infs-uuid-generator
v1.0.4
Published
inf's simple uuid generator
Downloads
3
Readme
inf's uuid generator
Use this to generate uuid's for your users!
Features
- Generate uuid's with a custom length or fixed length of 24 that contain letters and numbers with uuid.
- Generate uuid's with a custom length or fixed length of 24 that only contain letters with simple_uuid.
- Generate uuid's with a custom length or fixed length of 24 that contains letters, numbers and special characters with complex_uuid.
Usage
uuid()
simple_uuid()
complex_uuid(32)
Installation
$ npm install infs-uuid-generator
Contact
infs.world