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.
REPLWriter & { options: InspectOptions; }
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.
REPLWriter & { options: InspectOptions; }