@cowwoc/requirements - v4.0.12
    Preparing search index...

    Type Alias StringMapper

    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