• Transform the hex-string representation of a UUID to a base36 representation Base36 uses only numbers and lower-case letters It converts e.g. "602138b9-6bc7-4e8b-87b1-1e8a21fad74d" to "5ovoo21nsch5xedm09dr7gytp"

    Parameters

    • uuid: undefined | string

      The UUID to transform

    Returns undefined | string

Generated using TypeDoc