PHP 8.2.30
Preview: README.md Size: 472 B
/home/byroehnu/easepay.easetack.com/node_modules/gud/README.md

# gud

> Create a 'gud nuff' (not cryptographically secure) globally unique id

## Install

```
yarn add gud
```

## Usage

```js
const gud = require('gud');

console.log(gud()); // 1
console.log(gud()); // 2
```

This is ever so slightly better than using something like `_.uniqueId` because
it will work across multiple copies of the same module.

Do not use this in place of actual UUIDs, security folks will hate me.

This will not be unique across processes/workers.

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:20
Edit Download
139 B lrw-r--r-- 2026-02-28 00:26:42
Edit Download
549 B lrw-r--r-- 2026-02-28 00:26:32
Edit Download
472 B lrw-r--r-- 2026-02-28 00:26:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).