import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { Parser } = matches;
This is the most useful parser, it assumes the happy path and will throw an error if it fails.
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { Parser } = matches;
This is the most useful parser, it assumes the happy path and will throw an error if it fails.