1.0.6 • Published 4 years ago

esizluuid v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago