variable inspect.replDefaults
Usage in Deno
import { inspect } from "node:util"; const { replDefaults } = inspect;
Allows changing inspect settings from the repl.
import { inspect } from "node:util"; const { replDefaults } = inspect;
Allows changing inspect settings from the repl.