Optional
The delimiter to use when joining tokens.
' ' Copy
' '
Whether to wrap nested spaces in quotes.
joinTokens('foo', 'bar baz', 'qux', { wrapInQuotes: true,});// => 'foo "bar baz" qux' Copy
joinTokens('foo', 'bar baz', 'qux', { wrapInQuotes: true,});// => 'foo "bar baz" qux'
true Copy
true
The delimiter to use when joining tokens.