import { createPromiseWithResolvers } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.2/utils/create_promise_with_resolvers.ts?s=createPromiseWithResolvers";
Offloads to the native Promise.withResolvers
when available.
Currently Node.js does not support it, while Deno does.