1.0.1 • Published 6 months ago

@olhaovch/randomid-generator v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

randomid-generator

The randomid-generator package is a simple Node.js library that allows you to generate random identifiers of a specified length.

Installation To install the random-id-generator package, execute the following command:

npm i @olhaovch/randomid-generator

Usage Below is an example of how to use the random-id-generator package:

const randomID = require('random-id-generator'); // Generate an identifier with a length of 10 const id = randomID(10); console.log(id); // It will display a random identifier with a length of 10

1.0.1

6 months ago

1.0.0

6 months ago