Skip to content

Instantly share code, notes, and snippets.

@tkrotoff
tkrotoff / #UUID.ts
Created January 30, 2026 14:16
Encode/decode UUID to Base64
/* eslint-disable unicorn/prefer-code-point */
import { Base64, Base64url } from './Base64';
import { UUID } from './UUIDType';
// Replace with https://github.com/taskcluster/slugid instead?
// https://github.com/uuidjs/uuid/blob/v8.3.2/src/regex.js
export const uuidRegex =
// eslint-disable-next-line unicorn/better-regex