Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

location

import { location } from "https://raw.githubusercontent.com/wavebeem/bread-n-butter/v0.6.0/src/bread-n-butter.ts";

Parser that yields the current SourceLocation, containing properties index, line and column.

const location: Parser<SourceLocation>;