Skip to content

TheWizard0f0z/node-js-id-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published