import { once } from "https://deno.land/std@0.168.0/node/_events.mjs";
Creates a Promise
that is fulfilled when the emitter
emits the given event.
import { once } from "https://deno.land/std@0.168.0/node/_events.mjs";
Creates a Promise
that is fulfilled when the emitter
emits the given event.