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.
writeTentative
Summary
Writesbefore and after messages if and only if mayWrite writes anything. If mayWrite writes “CONTENT”, this method will write “CONTENT”. If mayWrite writes nothing, this method will write nothing.
Signature
Parameters
before
Type:string
after
Type:string
mayWrite
Type:() => void
Returns
Type:void
Writes and messages if and only if writes anything.If writes “CONTENT”, this method will write “CONTENT”. If writes nothing, this method will write nothing.
