Function stringifyAndJoin

  • Performs stringify() on all values, and joins them together with the given separator.

    Parameters

    • values: undefined | any[]
    • separator: string = DEFAULT_JOIN_STRING
    • Optional maxLength: number

    Returns string

Generated using TypeDoc