Optional
texts: null | string | string[]The source string or strings to inspect
Optional
separator: null | stringThe delimiter string to append between each of the given texts
Optional
filter: (text?: string) => booleanThe filter to check each of the given texts should be included
the joined string with the given texts and delimiter
Returns the joined string with the given texts and delimiter