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

Usage in Deno

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

Deno compatibility

This symbol is not supported.

Definition

(
this: REPLServer,
evalCmd: string,
context: Context,
file: string,
cb: (
err: Error | null,
result: any,
) => void
,
) => void