1.0.1 • Published 2 years ago
@karollion/randomid-generator v1.0.1
Random Id Generator
Install
To install the package use the command: yarn add @karollion/randomid-generator
Import the package in your file: const randomID = require('@karollion/randomid-generator');
Description
The package creates a unique ID from numbers and letters. The length of the ID depends on the number passed to the function.
Example
const randomID = require('@karollion/randomid-generator');
console.log('Random ID: ', randomID(10));
node index.js
Random ID: cm2UeTisqR
License
Licensed under MIT