Skip to main content
Module.prototype.identifier - vm - Node documentation
property Module.prototype.identifier

Usage in Deno

import { Module } from "node:vm";

The identifier of the current module, as set in the constructor.

Type

string