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

    Parameters

    • base36uuid: undefined | string

      The base36 encoded uuid to transform

    Returns undefined | string

Generated using TypeDoc