import { type RangeJson } from "https://deno.land/x/deno_graph@0.49.0/types.d.ts";
Properties
start: PositionJson
The start location of a range of text in a source file.
end: PositionJson
The end location of a range of text in a source file.
import { type RangeJson } from "https://deno.land/x/deno_graph@0.49.0/types.d.ts";
The start location of a range of text in a source file.
The end location of a range of text in a source file.