1.0.1 • Published 10 months ago

@iiimoood/randomid-generator v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

ID generator

The id generator returns a random string with the length entered by the user of the function.

Installation

yarn add @iiimoood/randomid-generator
npm i @iiimoood/randomid-generator

Usage

const randomID = require('@iiimoood/randonid-generator');

console.log(randomID(10));

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.