A db-friendly UUID generator, base36 encoded, 25 chars length.
npm install nano-uuidA db-friendly UUID generator, base36 encoded, 25 chars length.
Base on uuid.
1. Install
``bash`
npm install nano-uuid
2. Create a UUID
`js``
const uuid = require('nano-uuid');
uuid.v4(); // => 6t23fgy3jbzeeinjna4uxb3gv
- uuid.v1
- uuid.v2
- uuid.v4
- uuid.v5