1.0.7 • Published 5 years ago

gu-id-generator-js v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago