property ReplOptions.ignoreUndefined Usage in Deno```typescript import { type ReplOptions } from "node:node__repl.d.ts"; ``` If `true`, specifies that the default writer will not output the return value of a command if it evaluates to `undefined`. Type boolean | undefined