1.0.3 • Published 12 months ago

gror_unique_reference_generator v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

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.

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago