Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

writeLine

Summary

A shorthand for writing an optional message, followed by a newline. Indentation is applied following the semantics of IndentedWriter.write().

Signature

writeLine(message?: string): void;

Parameters

message

Type:string Optional: Yes

Returns

Type:void A shorthand for writing an optional message, followed by a newline. Indentation is applied following the semantics of IndentedWriter.write().