1.0.1 • Published 3 years ago

@ida-dar/id-generator v1.0.1

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

@ida-dar/id-generator

randomID is a module creating a random string with letters and numbers. The string's length is customizable.

Usage

const randomID = require('@ida-dar/id-generator');

randomId(); // to generate random id

Installation

yarn add @ida-dar/randomid-generator

or

npm i @ida-dar/randomid-generator