Skip to content

Latest commit

 

History

History
97 lines (66 loc) · 2.5 KB

README.md

File metadata and controls

97 lines (66 loc) · 2.5 KB

@thi.ng/uuid

npm version npm downloads Mastodon Follow

Note

This is one of 199 standalone projects, maintained as part of the @thi.ng/umbrella monorepo and anti-framework.

🚀 Please help me to work full-time on these projects by sponsoring me on GitHub. Thank you! ❤️

About

Fast binary & string-based UUID v4 generation.

This package contains functionality which was previously part of and has been extracted from the @thi.ng/random package.

Status

STABLE - used in production

Search or submit any issues for this package

Installation

yarn add @thi.ng/uuid

ESM import:

import * as uuid from "@thi.ng/uuid";

Browser ESM import:

<script type="module" src="https://esm.run/@thi.ng/uuid"></script>

JSDelivr documentation

For Node.js REPL:

const uuid = await import("@thi.ng/uuid");

Package sizes (brotli'd, pre-treeshake): ESM: 194 bytes

Dependencies

API

Generated API docs

TODO

Authors

If this project contributes to an academic publication, please cite it as:

@misc{thing-uuid,
  title = "@thi.ng/uuid",
  author = "Karsten Schmidt",
  note = "https://thi.ng/uuid",
  year = 2020
}

License

© 2020 - 2024 Karsten Schmidt // Apache License 2.0