Function: warn()
warn(
message):void
Defined in: packages/core/src/utils/errors.ts:45
Logs a warning in the console in dev mode
Parameters
message
string
The message that describes the warning.
Returns
void
Example
warn("You should do/change something.")