Home > @rushstack/node-core-library > StringBuilder > append
StringBuilder.append() method
Append the specified text to the buffer.
Signature:
append(text: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| text | string |
Returns:
void
Home > @rushstack/node-core-library > StringBuilder > append
Append the specified text to the buffer.
Signature:
append(text: string): void;
| Parameter | Type | Description |
|---|---|---|
| text | string |
Returns:
void