Function valueForLog

  • Returns a string to be used in a log that communicates the value. It turns null into "[null]", undefined into "[undefined]", an object into its constructor name or "Plain object", and a Date or primitive into a string, truncated to 20 characters.

    Parameters

    • value: any

    Returns string

Generated using TypeDoc v0.25.12