1.0.7 • Published 3 years ago

gu-id-generator-js v1.0.7

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

gu-id-generator-js

It is small JS package used to generate unique ID

Installation

Using npm:

$ npm i gu-id-generator-js

In Node.js

const { guid } = require("gu-id-generator-js");

console.log(guid());
//"c2181edf-041b-0a61-3651-79d671fa3db7"

In React App

import { guid } from "gu-id-generator-js";

console.log(guid());
//"c2181edf-041b-0a61-3651-79d671fa3db7"
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago