Skip to main content
REPLServer.prototype.context - repl - Node documentation
property REPLServer.prototype.context

Usage in Deno

import { REPLServer } from "node:repl";

The vm.Context provided to the eval function to be used for JavaScript evaluation.

Type