Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 457 Bytes

Random ID Generator

Random ID Generator is a tool for generating unique identifiers

Installation and Usage

Installation

You can install Random ID Generator using npm:

$ npm install @thewizard0f0z/randomid-generator

You can install Random ID Generator using yarn:

$ yarn add @thewizard0f0z/randomid-generator

Basic Usage

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

console.log(randomID(10));