Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/postcss/lib/node.js>Range

Postcss for Deno
Latest
interface Range
import { type Range } from "https://deno.land/x/postcss@8.4.16/lib/node.js";

Properties

start: Position

Start position, inclusive.

End position, exclusive.