import { type Range } from "https://deno.land/x/deno_graph@0.49.0/types.d.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.