Skip to content

@salesforce/b2c-tooling-sdk / scaffold / appendContent

Function: appendContent() ​

appendContent(existingContent, newContent): string

Defined in: packages/b2c-tooling-sdk/src/scaffold/merge.ts:230

Append content to the end of existing content

Parameters ​

existingContent ​

string

The existing text content

newContent ​

string

Content to append

Returns ​

string

Updated content

Released under the Apache-2.0 License.