Skip to main content
BaseOptions.filename - vm - Node documentation
property BaseOptions.filename

Usage in Deno

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

Specifies the filename used in stack traces produced by this script.

Type

string | undefined