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) => boolean)the filter to check each of the given texts should be included
Optional
text: stringthe joined string with the given texts and delimiter
Returns the joined string with the given texts and delimiter