| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IStringBuilder
An interface for a builder object that allows a large text string to be constructed incrementally by appending small chunks.
Signature:
export interface IStringBuilder StringBuilder is the default implementation of this contract.
|
Method |
Description |
|---|---|
|
Append the specified text to the buffer. | |
|
Returns a single string containing all the text that was appended to the buffer so far. |