JSPM

  • Created
  • Published
  • Downloads 423604
  • Score
    100M100P100Q169666F
  • License Apache-2.0

An experimental implementation of the proposed UUIDv7

Package Exports

  • uuidv7

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (uuidv7) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

uuidv7

An experimental implementation of the proposed UUIDv7

import { uuidv7 } from "uuidv7";

const result = uuidv7(); // e.g. "06134091-eb9d-7000-9629-90253a677e25"

See draft-peabody-dispatch-new-uuid-format-01.