@codewithkyle/uuid
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

UUID

Lightweight (500 byte) web-based UUID utility functions.

  • native UUID v4 support
  • UTC time ordered UUIDs

Installation

Install via NPM

npm i -S @codewithkyle/uuid

Install via CDN

<script src="https://unpkg.com/@codewithkyle/uuid@1/uuid.min.js"></script>
import { UUID, orderedUUID } from "https://unpkg.com/@codewithkyle/uuid@1/uuid.min.mjs";

Usage

import { UUID, orderedUUID } from "@codewithkyle/uuid";

UUID() // 2834d4a2-4768-41d6-be77-e14b1d2c3a93
orderedUUID() // 94e2c93c-4394-45e9-abff-0d88b0bd9eff

Readme

Keywords

none

Package Sidebar

Install

npm i @codewithkyle/uuid

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

6.46 kB

Total Files

7

Last publish

Collaborators

  • codewithkyle