@b7atis/id_generator.pack
v1.0.1
Published
> Simple node package generates a unique random ID as a string (mixed letters and numbers). You can set the length of a generated string (f.ex. randomID(10)).
Readme
ID_Generator.Pack
Description
Simple node package generates a unique random ID as a string (mixed letters and numbers). You can set the length of a generated string (f.ex. randomID(10)).
Link
NPM here.
Table of Contents
Usage
const randomID = require('@b7atis/id_generator.pack');randomID(); (to generate random id)
Instalation
- yarn add @b7atis/id_generation.pack
- npm i @b7atis/id_generation.pack
