1.0.3 • Published 6 years ago

@szymonjak/id-generator v1.0.3

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

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago