InspectOptions.breakLength - Node documentation
property InspectOptions.breakLength

Usage in Deno

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

The length at which input values are split across multiple lines. Set to Infinity to format the input as a single line (in combination with compact set to true or any number >= 1).

Type

number | undefined