Skip to main content
Latest
interface SourceLocation
import { type SourceLocation } from "https://deno.land/x/kilatgraphql@16.6.0-1/mod.ts";

Represents a location in a Source.

Properties

readonly
line: number
readonly
column: number