Function printPODValue

  • Converts a POD value to a human-readable string for logging our user display purposes. The output is based on the JSONPODValue format, but also allows the entire value to be undefined

    Parameters

    • podValue: undefined | PODValue

      the POD value (or undefined) to print

    Returns string

    a human-readable string

    Throws

    if the POD value is malformed

Generated using TypeDoc