gror_unique_reference_generator
v1.0.3
Published
GURG is a Node.js module for generating a unique reference characters that can never repeat.
Downloads
3
Maintainers
Readme
Gror Unique Reference Generator
- module
GURG is a Node.js module for generating a unique reference characters that can never repeat.
Installation
To use this module, you first need to install it and its dependencies:
Copy code
npm install gror_unique_reference_generator
Usage
First, you need to import the module then call the generate function:
Copy code
const gurg = require('gror_unique_reference_generator');
console.log(gurg.generate("GRO"));
License
This module is licensed under the MIT License.