1.0.6 • Published 3 years ago

esizluuid v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Quickstart

To create a random esizluuid...

1. Install

npm install esizluuid

2. 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'
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago