Skip to main content
writer - repl - Node documentation
variable writer

Usage in Deno

import { writer } from "node:repl";

This is the default "writer" value, if none is passed in the REPL options, and it can be overridden by custom print functions.

Type

REPLWriter & { options: InspectOptions; }