1.0.1 • Published 5 years ago

@gryffith67/randomid-generator v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Random Id Generator

This module will generate random id (based on letters and numbers) and allow you to use the function that generate random string containing:

  • big letters
  • small letters
  • numbers

Install

yarn add @gryffith67/randomid-generator

Or

npm install @gryffith67/randomid-generator --save

Usage

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

console.log(randomID(10)); //for 10 random characters