Skip to content

Function: joinWithAnd()

ts
function 
joinWithAnd
(
values
): string;

Defined in: index.ts:40

Parameters

values

string[]

Returns

string

Released under the MIT license