1.0.2 • Published 7 years ago
pico-uid v1.0.2
Install
$ npm install pico-uid
# OR
$ yarn add pico-uidUsage
const uid = require('pico-uid')
uid(10) // Request UID with length of 10
uid(5, 16) // Request UID with length of 5 using radix of 16 rather than default of 64Contributing
Contributions are welcome!
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Or open up a issue.
License
Licensed under the MIT License.