type alias REPLEval
Usage in Deno
import { type REPLEval } from "node:repl";
Deno compatibility
This symbol is not supported.
(this: REPLServer,evalCmd: string,context: Context,file: string,cb: (err: Error | null,result: any,) => void,) => void