type alias Parserimport { type Parser } from "https://deno.land/std@0.181.0/encoding/front_matter/mod.ts"; definition: <T = Record<string, unknown>>(str: string) => T