import { createPromiseWithResolvers } from "https://deno.land/x/acorn@1.1.1/utils.ts";
Creates a promise with resolve and reject functions that can be called.
Offloads to the native Promise.withResolvers
when available.
import { createPromiseWithResolvers } from "https://deno.land/x/acorn@1.1.1/utils.ts";
Creates a promise with resolve and reject functions that can be called.
Offloads to the native Promise.withResolvers
when available.