Skip to main content
Module

x/aleph/server/deps.ts>Location

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface Location
import { type Location } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";

Properties

readonly
line: number

The line number (1-based).

readonly
column: number

The column number (0-based).