> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Typescript: StringConcat

> CDKTN Core API Reference for StringConcat in Typescript.

* *Implements:* <a href="#cdktn.IFragmentConcatenator">IFragmentConcatenator</a>

Converts all fragments to strings and concats those.

Drops 'undefined's.

## Initializers <a name="Initializers" id="cdktn.StringConcat.Initializer" />

```typescript theme={null}
import { StringConcat } from 'cdktn'

new StringConcat()
```

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |

***

## Methods <a name="Methods" id="Methods" />

| **Name**                                                 | **Description**                |
| -------------------------------------------------------- | ------------------------------ |
| <code><a href="#cdktn.StringConcat.join">join</a></code> | Concatenates string fragments. |

***

### `join` <a name="join" id="cdktn.StringConcat.join" />

```typescript theme={null}
public join(left: any, right: any): any
```

Concatenates string fragments.

#### `left`<sup>Required</sup> <a name="left" id="cdktn.StringConcat.join.parameter.left" />

* *Type:* any

***

#### `right`<sup>Required</sup> <a name="right" id="cdktn.StringConcat.join.parameter.right" />

* *Type:* any

***
