unique-id-generator-javascript
Version:
Generates an Unique ID of 9 characters as string you can also increase the length of your ID
6 lines (3 loc) • 316 B
Markdown
# This package is used to get Random Unique ID of 9 characters as string. you can also increase length of your ID.
# call getUniqueId() to get unique ID and pass length as arg if you want your id to be greater than 9 characters.
# Please mail at saket.parasher@gmail.com for any suggestions and improvements.