1.0.1 • Published 4 years ago

@malika94/random-id-generator v1.0.1

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

Project description

Random ID Generator is a tool for generating unique identifiers based on letters and numbers.

Install

yarn add @malika94/random-id-generator

or

npm i @malika94/random-id-generator

Usage

const randomID = require('@malika94/random-id-generator');

console.log(randomID(10));