import { type Range } from "https://deno.land/x/deno_graph@0.63.3/types.ts";
Properties
optional
start: PositionJsonThe start location of a range of text in a source file.
optional
end: PositionJsonThe end location of a range of text in a source file.