printWarning
Prints a warning message to the console.
Signature
const printWarning: (title: string, message: string[], options?: PrintConsoleOptions) => void
Parameters
| Name | Type | Description |
|---|---|---|
title | - | The title of the warning |
message | - | The message lines to print |
options | - | Presentation options and optional structured details |