interface Location

Represents a location within a text document.

Properties

readonly
position: number
readonly
row: number
readonly
column: number

Usage

import { type Location } from ".";