0.0.2 • Published 3 years ago

uuid-maker v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

uuid-maker

Generate UUID

Installation

npm install uuid-maker

Usage

import uuidMaker from "uuid-maker";

const uuid = uuidMaker.generateUUID();

The generateUUID() function returns a 32-character hexadecimal string that represents a UUID.

Example

const uuidMaker = require("uuid-maker");

const uuid = uuidMaker.generateUUID();

console.log(uuid);
This code will generate a UUID and print it to the console.
0.0.2

3 years ago

0.0.1

3 years ago