1.0.6 • Published 5 years ago

esizluuid v1.0.6

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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago