Skip to content

StringConcat

Converts all fragments to strings and concats those.

Drops 'undefined's.

Initializers

import { StringConcat } from '@alicloud/ros-cdk-core'
new StringConcat()
Name Type Description

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