Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface RangePosition
import { type RangePosition } from "https://deno.land/x/postcss@8.4.16/lib/css-syntax-error.js";

A position that is part of a range.

Properties

line: number

The line number in the input.

column: number

The column number in the input.