Skip to main content
REPLServer.prototype.last - repl - Node documentation
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).

Type

any

See