StringMapper: (value: unknown, seen?: Set<unknown>) => string

Returns the string representation of a value.

Type declaration

    • (value: unknown, seen?: Set<unknown>): string
    • Parameters

      • value: unknown

        a value

      • Optionalseen: Set<unknown>

        the objects that we've seen before

      Returns string

      the string representation of the value