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

Usage in Deno

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

If false, [util.inspect.custom](depth, opts, inspect) functions are not invoked.

Type

boolean | undefined