Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/applicative_parser/parser.ts>Error

parser combinators applicative TypeScript deno module
Latest
type alias Error
import { type Error } from "https://deno.land/x/applicative_parser@1.0.23/parser.ts";
definition: { error: string; pos: number; }
function Error
import { Error } from "https://deno.land/x/applicative_parser@1.0.23/parser.ts";

Parameters

error: string
pos: number