property console.ConsoleConstructorOptions.inspectOptions
Usage in Deno
import { type console } from "node:console";
Specifies options that are passed along to
util.inspect()
.
InspectOptions | undefined
import { type console } from "node:console";
Specifies options that are passed along to
util.inspect()
.
InspectOptions | undefined