Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 790 Bytes

File metadata and controls

58 lines (31 loc) · 790 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IStringBuilder > append

IStringBuilder.append() method

Append the specified text to the buffer.

Signature:

append(text: string): void;

Parameters

Parameter

Type

Description

text

string

Returns:

void