• Creates a renderer that will loop through each node on the value, and adds the string representations into a comma separated string.

    Type Parameters

    Parameters

    • selector: SelectorFunction<T["nodes"][number]>

      A function that maps each node to a string representation.

    Returns ((val) => string)

      • (val): string
      • Parameters

        • val: unknown

        Returns string

Generated using TypeDoc