Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/terminal > StringBufferTerminalProvider > getAllOutputAsChunks

StringBufferTerminalProvider.getAllOutputAsChunks() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature:

getAllOutputAsChunks(options: IStringBufferOutputChunksOptions & {
asLines: true;
}): `[${string}] ${string}`[];

Parameters

Parameter

Type

Description

options

IStringBufferOutputChunksOptions & { asLines: true; }

Returns:

`[${string}] ${string}`[]