@agath-e/randomid-generator

1.0.1 • Public • Published

This is geneartor ID. With this package you build new unique ID.

How to use it?

  1. Dowland a package: yarn add @agath-e/randomid-generator

  2. Create in main file e.g:

const randomID = require('@agath-e/randomid-generator');

console.log(randomID(10));

Number 10 is how long will be you new userID.

  1. In terminal you have to write:

node your-main-file.

Dependents (0)

Package Sidebar

Install

npm i @agath-e/randomid-generator

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

849 B

Total Files

3

Last publish

Collaborators

  • agath-e