@wtasnorg/node-lib / joinString
joinString(
elems,sep):string
Defined in: src/strings.ts:556
Join concatenates the elements of its first argument to create a single string. The separator string sep is placed between elements in the resulting string.
string[]
Strings to join.
string
Separator.
string
Joined string.