property REPLServer.prototype.last
Usage in Deno
import { REPLServer } from "node:repl";
The last evaluation result from the REPL (assigned to the _
variable inside of the REPL).
any
import { REPLServer } from "node:repl";
The last evaluation result from the REPL (assigned to the _
variable inside of the REPL).
any