Skip to main content
InspectOptions.showProxy - util - Node documentation
property InspectOptions.showProxy

Usage in Deno

import { type InspectOptions } from "node:util";

If true, Proxy inspection includes the target and handler objects.

Type

boolean | undefined