import { default } from "https://deno.land/std@0.36.0/node/events.ts";
Synchronously calls each of the listeners registered for the event named eventName, in the order they were registered, passing the supplied arguments to each.
import { default } from "https://deno.land/std@0.36.0/node/events.ts";
Synchronously calls each of the listeners registered for the event named eventName, in the order they were registered, passing the supplied arguments to each.