Skip to main content

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.

Converts all fragments to strings and concats those. Drops ‘undefined’s.

Initializers

import { StringConcat } from 'cdktn'

new StringConcat()
NameTypeDescription

Methods

NameDescription
joinConcatenates string fragments.

join

public join(left: any, right: any): any
Concatenates string fragments.

leftRequired

  • Type: any

rightRequired

  • Type: any