Shortens a UUID to a url-safe base64-like string (custom 64-char alphabet). Temporal-friendly: no Buffer or crypto; safe to use inside workflows.
Standard UUID (e.g. xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Short string using A–Z, a–z, 0–9, _, - (typically 21–22 chars).
_
-
Shortens a UUID to a url-safe base64-like string (custom 64-char alphabet). Temporal-friendly: no Buffer or crypto; safe to use inside workflows.