import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { Parser } = matches;
This is the like the unsafe parser, it assumes the happy path and will throw and return a failed promise during failure.
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { Parser } = matches;
This is the like the unsafe parser, it assumes the happy path and will throw and return a failed promise during failure.