Skip to main content
Process.traceDeprecation - process - Node documentation
property Process.traceDeprecation

Usage in Deno

import { type Process } from "node:process";

The process.traceDeprecation property indicates whether the --trace-deprecation flag is set on the current Node.js process. See the documentation for the 'warning' event and the emitWarning() method for more information about this flag's behavior.

Type

boolean
Back to top