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.

indentScope

Summary

A shorthand for ensuring that increaseIndent()/decreaseIndent() occur in pairs.

Signature

indentScope(scope: () => void, indentPrefix?: string): void;

Parameters

scope

Type:() => void

indentPrefix

Type:string Optional: Yes

Returns

Type:void A shorthand for ensuring that increaseIndent()/decreaseIndent() occur in pairs.