| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IStringBuilder > append
Append the specified text to the buffer.
Signature:
append(text: string): void;|
Parameter |
Type |
Description |
|---|---|---|
|
text |
string |
Returns:
void