ReplOptions.ignoreUndefined - Node documentation
property ReplOptions.ignoreUndefined

Usage in Deno

import { type ReplOptions } from "node:repl";

If true, specifies that the default writer will not output the return value of a command if it evaluates to undefined. Default: false.

Type

boolean | undefined