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.
Generated using TypeDoc v0.25.12
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.