1.0.1 • Published 4 years ago

@kai-mareving/randid-generator v1.0.1

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

Installation

You can install Random ID Generator using npm:

$ npm install @kai-mareving/randid-generator

You can install Random ID Generator using yarn:

$ yarn add @kai-mareving/randid-generator

Basic Usage

const randomID = require('@kai-mareving/randid-generator'); console.log(randomID(10));

Description

This package contains a short function that generates a random ID of specified length and returns the result.