InspectOptions.showHidden - Node documentation
property InspectOptions.showHidden

Usage in Deno

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

If true, object's non-enumerable symbols and properties are included in the formatted result. WeakMap and WeakSet entries are also included as well as user defined prototype properties (excluding method properties).

Type

boolean | undefined