Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextJoinDto

Index

Constructors

Properties

Constructors

constructor

  • new TextJoinDto(list?: string[], separator?: string): TextJoinDto
  • Parameters

    • Optional list: string[]
    • Optional separator: string

    Returns TextJoinDto

Properties

list

list: string[]

Text to join

default

undefined

separator

separator: string

Text to join by

default

,

Generated using TypeDoc