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

eof

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

This parser succeeds if the input has already been fully parsed.

const eof: Parser<"<EOF>">;