Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface Range
import { type Range } from "https://deno.land/x/postcss@8.4.16/lib/node.d.ts";

Properties

start: Position

Start position, inclusive.

end: Position

End position, exclusive.