@annahernas/randomid-generator

This package generate an unique identity (ID).

Usage no npm install needed!

<script type="module">
  import annahernasRandomidGenerator from 'https://cdn.skypack.dev/@annahernas/randomid-generator';
</script>

README

Generator ID

This package generate an unique identity (ID).

Install

yarn: yarn add @annahernas/randomid-generator

npm: npm i @annahernas/randomid-generator

Usage

const randomID = require('@annahernas/randomid-generator');

Example

console.log(randomID(10));

it will give 10-digits ID (qVACiMG4bj)

Author

Anna Hernas