Function normalize

  • Normalize the input to a lower-cased '0x'-prefixed hex string.

    Parameters

    • input: string | number

      The value to normalize.

    Returns string | undefined

    The normalized value.