1.0.6 • Published 5 years ago
esizluuid v1.0.6
Quickstart
To create a random esizluuid...
1. Install
npm install esizluuid2. Create a ID (CommonJS syntax)
const id = require('esizluuid');
console.log(id(9)); // Outputs: 'MwBxEFLg'3. Using Custom Characters
const id = require('esizluuid');
console.log(id(9, 'abc')); // Outputs: 'ccbbbcca'