devWarn
devWarn(
message):void
Defined in: internal/dev.ts:26
Internal
Emit a console.warn only in dev mode, prefixed with a stable tag.
Call sites should use this rather than reaching for console.warn
directly so the warning path drops out of production bundles.
Parameters
Section titled “Parameters”message
Section titled “message”string
Returns
Section titled “Returns”void