1.0.1 • Published 3 years ago

@krzysieq/randomid v1.0.1

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

RandomID generator

Simple tool for generating random IDs.

Installation

To use the generator, install package by running the following command.

npm i npm i @krzysieq/randomid

Usage

const randomId = require('@krzysieq/randomid');
const id = randomId(10);

console.log(id); // KjmILIqHbn

License

This project is licensed under the MIT License.

1.0.1

3 years ago

1.0.0

3 years ago