> ## 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: IFragmentConcatenator

> CDKTN Core API Reference for IFragmentConcatenator in Typescript.

* *Implemented By:* <a href="#cdktn.StringConcat">StringConcat</a>, <a href="#cdktn.IFragmentConcatenator">IFragmentConcatenator</a>

Function used to concatenate symbols in the target document language.

Interface so it could potentially be exposed over jsii.

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

| **Name**                                                          | **Description**                                 |
| ----------------------------------------------------------------- | ----------------------------------------------- |
| <code><a href="#cdktn.IFragmentConcatenator.join">join</a></code> | Join the fragment on the left and on the right. |

***

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

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

Join the fragment on the left and on the right.

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

* *Type:* any

***

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

* *Type:* any

***
