1.0.1 • Published 1 year ago

@krzysieq/randomid v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.0

1 year ago