Skip to main content

printWarning

Prints a warning message to the console.

Signature

const printWarning: (title: string, message: string[], options?: PrintConsoleOptions) => void

Parameters

NameTypeDescription
title-The title of the warning
message-The message lines to print
options-Presentation options and optional structured details