import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.4.0.0-alpha2/dependencies.ts";
const { deferred } = matches;
Must pass the shape that we expect since typescript as of this point can't infer with recursive like structures like this.
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.4.0.0-alpha2/dependencies.ts";
const { deferred } = matches;
Must pass the shape that we expect since typescript as of this point can't infer with recursive like structures like this.