1.0.3 • Published 4 years ago

@szymonjak/id-generator v1.0.3

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

ID-generator

With this ID-generator you can create random IDs consisting of letters (capital and small) and numbers. You can set length of generated string.

Example\ const randomID = require('@szymonjak/id-generator');

console.log(randomID(10));\ result: Xa4A2ioR5u

Installation\ You can simply instal this package using:

  • npm\ $ npm install @szymonjak/id-generator
  • yarn\ $ yarn add @szymonjak/id-generator
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago