Skip to main content
Module.SourceOrigin.fileName - module - Node documentation
property Module.SourceOrigin.fileName

Usage in Deno

import { type Module } from "node:module";

The file name of the original source, as reported in the SourceMap

Type

string