import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { Parser } = matches;
Use this when we want to give the parser a name, and we want to be able to use the name in the error messages.
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { Parser } = matches;
Use this when we want to give the parser a name, and we want to be able to use the name in the error messages.