Skip to main content
SyntheticModuleOptions.context - vm - Node documentation
property SyntheticModuleOptions.context

Usage in Deno

import { type SyntheticModuleOptions } from "node:vm";

The contextified object as returned by the vm.createContext() method, to compile and evaluate this module in.

Type

Context | undefined