@dmitryskok/randomid-generator

1.0.1 • Public • Published

random ID generator

Installation

// install with npm 
npm install @dmitryskok/randomid-generator

// install with yarn
yarn add @dmitryskok/randomid-generator

Usage

const import randomID from '@dmitryskok/randomid-generator';

console.log(randomID(5));

where 5 is the number of random characters

Features

- Very fast
- Generates a random ID from the characters "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
- You can specify the length of the generated ID

Package Sidebar

Install

npm i @dmitryskok/randomid-generator

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

1.2 kB

Total Files

3

Last publish

Collaborators

  • dmitryskok