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

Usage in Deno

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

The 1-indexed columnNumber of the corresponding call site in the original source

Type

number