output-sdk
    Preparing search index...

    Function toUrlSafeBase64

    • 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.

      Parameters

      • uuid: string

        Standard UUID (e.g. xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

      Returns string

      Short string using A–Z, a–z, 0–9, _, - (typically 21–22 chars).