Skip to content

IFragmentConcatenator

Function used to concatenate symbols in the target document language.

Interface so it could potentially be exposed over jsii.

Methods

Name Description
join Join the fragment on the left and on the right.

join

public join(left: any, right: any): any

Join the fragment on the left and on the right.

leftRequired

  • Type: any

rightRequired

  • Type: any