Skip to main content
REPLWriter - repl - Node documentation
type alias REPLWriter

Usage in Deno

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

Deno compatibility

This symbol is not supported.

Definition

(
this: REPLServer,
obj: any,
) => string