1.0.1 • Published 3 years ago

@pouple/randomid-generator v1.0.1

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

Installation

You can install Random ID Generator using npm:

$ npm install @pouple/randomid-generator

You can install Random ID Generator using yarn:

$ yarn add @pouple/randomid-generator

Basic Usage

const randomID = require('@pouple/randomid-generator');
console.log(randomID(10));

Description

This package generate an unique identity (ID) and prints the result to the console.