@thewizard0f0z/randomid-generator
v1.0.3
Published
Random ID Generator is a tool for generating unique identifiers
Downloads
14
Readme
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-generatorYou can install Random ID Generator using yarn:
$ yarn add @thewizard0f0z/randomid-generatorBasic Usage
const randomID = require('@thewizard0f0z/randomid-generator');
console.log(randomID(10));