Skip to content

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.

string

void