Skip to main content
CreateContextOptions.name - vm - Node documentation
property CreateContextOptions.name

Usage in Deno

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

Human-readable name of the newly created context.

Type

string | undefined